Skip to content

Commit

Permalink
Update github actions to use setup-go@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
beevik committed May 3, 2024
1 parent 87751e6 commit 2c13f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:

strategy:
matrix:
go-version: [ '1.17', '1.20', '1.21.x' ]
go-version: [ '1.17', '1.21', '1.22.x' ]

steps:
- uses: actions/checkout@v4

- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit 2c13f05

Please sign in to comment.