Skip to content

Commit

Permalink
feat: upgrade golang version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
aman00323 committed Jan 4, 2024
1 parent 0911513 commit 2330dc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.17.x, 1.18.x, 1.19.x]
go-version: [1.19.x, 1.20.x, 1.21.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
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/satyrius/gonx

go 1.17
go 1.21

require github.com/smartystreets/goconvey v1.7.2

Expand Down

0 comments on commit 2330dc3

Please sign in to comment.