Skip to content

Commit

Permalink
chore: update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomatavelli committed Dec 26, 2023
1 parent fed33c8 commit 5c514a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '>=1.18'
go-version: '>=1.21'
- run: go get
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ '1.16', '1.17', '1.18', '>=1.18' ]
go: ['1.19', '1.20', '1.21', '>=1.21']
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v4
Expand All @@ -32,4 +32,4 @@ jobs:
go-version: ${{ matrix.go }}
- name: Installing dependencies
run: go get
- run: make test
- run: make test
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/fabiomatavelli/millennium-go

go 1.18
go 1.21

require (
github.com/Azure/go-ntlmssp v0.0.0-20211209120228-48547f28849e
Expand Down

0 comments on commit 5c514a3

Please sign in to comment.