Skip to content

Commit

Permalink
bump go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
swedgwood committed Aug 21, 2023
1 parent 2cd358e commit 61af402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.18", "1.19"]
go: ["1.20", "1.21"]
steps:
- uses: actions/checkout@v3
- name: Setup go
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.18", "1.19"]
go: ["1.20", "1.21"]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 61af402

Please sign in to comment.