Skip to content

Commit

Permalink
actions: add go 1.21 to testing set
Browse files Browse the repository at this point in the history
(we'll add 1.22 once it's released)
  • Loading branch information
dfinkel committed Jan 29, 2024
1 parent 273ee56 commit d4708e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
goversion: [1.19, "1.20"]
goversion: [1.19, "1.20", "1.21"]
steps:
- name: Set up Go ${{matrix.goversion}} on ${{matrix.os}}
uses: actions/setup-go@v3
Expand Down

0 comments on commit d4708e8

Please sign in to comment.