Skip to content

Commit

Permalink
Merge pull request #37 from jonboulle/go118
Browse files Browse the repository at this point in the history
Go 1.18
  • Loading branch information
sagikazarmark authored Mar 24, 2022
2 parents 8363671 + 2e53091 commit 601f21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17']
go: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17', '1.18']
env:
GOFLAGS: -mod=readonly

Expand Down

0 comments on commit 601f21d

Please sign in to comment.