Skip to content

Commit

Permalink
Merge pull request #83 from vimeo/go-1.21-actions
Browse files Browse the repository at this point in the history
actions: add go 1.21 to testing set
  • Loading branch information
dfinkel authored Jan 29, 2024
2 parents 273ee56 + d4708e8 commit 8771426
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 8771426

Please sign in to comment.