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 Apr 28, 2024
1 parent 8843636 commit 65acdc1
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 @@ -17,10 +17,10 @@ jobs:
go-version: [ '1.13', '1.21', '1.22.x' ]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- 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 65acdc1

Please sign in to comment.