Skip to content

Commit

Permalink
Merge pull request #90 from vimeo/actions_go-1.22
Browse files Browse the repository at this point in the history
actions: add go 1.22 and bump actions versions
  • Loading branch information
dfinkel authored May 16, 2024
2 parents 473d614 + eb09269 commit 5f1b52a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
goversion: [1.19, "1.20", "1.21"]
goversion: [1.19, "1.20", "1.21", "1.22"]
steps:
- name: Set up Go ${{matrix.goversion}} on ${{matrix.os}}
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{matrix.goversion}}
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: gofmt
run: |
Expand Down

0 comments on commit 5f1b52a

Please sign in to comment.