Skip to content

Commit

Permalink
Bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Aug 10, 2023
1 parent 983b37c commit 74bf628
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
matrix:
os:
- ubuntu-latest
go: ['1.13.x', '1.18.x']
go: ['1.20.x', '1.21.x']
include:
# Integration tests don't work on Windows, reason unknown
# - os: windows-latest
# go: '1.18.x'
# go: '1.21.x'
- os: macos-latest
go: '1.18.x'
go: '1.21.x'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 74bf628

Please sign in to comment.