Skip to content

Commit

Permalink
Bump go version to 1.21
Browse files Browse the repository at this point in the history
np5 committed Mar 2, 2024
1 parent 75c7c82 commit ddd294c
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.18.x ]
go-version: [ 1.21.x ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}

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/zentralopensource/goztl

go 1.18
go 1.21

require (
github.com/google/go-cmp v0.6.0

0 comments on commit ddd294c

Please sign in to comment.