Skip to content

Commit

Permalink
Merge pull request #58 from satyrius/feat/update_golang_version
Browse files Browse the repository at this point in the history
feat: upgrade golang version to latest
  • Loading branch information
satyrius committed Jan 7, 2024
2 parents 0911513 + 2330dc3 commit a6e520a
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
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
@@ -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 a6e520a

Please sign in to comment.