Skip to content

Commit

Permalink
Upgrade our test Go version to 1.17 and 1.18 (miekg#1369)
Browse files Browse the repository at this point in the history
Signed-off-by: Miek Gieben <miek@miek.nl>
  • Loading branch information
miekg authored and aanm committed Jul 29, 2022
1 parent aaf2918 commit 3d35a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ 1.15.x, 1.16.x ]
go: [ 1.17.x, 1.18.x ]
steps:

- name: Set up Go
Expand Down

0 comments on commit 3d35a82

Please sign in to comment.