Skip to content

Commit

Permalink
ci: update setup-go action
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Feb 17, 2024
1 parent 360aa77 commit d2407d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- uses: golangci/golangci-lint-action@v3
Expand All @@ -20,7 +20,7 @@ jobs:
needs: lint
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- run: go build ./
Expand All @@ -31,7 +31,7 @@ jobs:
needs: test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- uses: go-semantic-release/action@v1
Expand Down

0 comments on commit d2407d3

Please sign in to comment.