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 a8ecf34 commit fd2007d
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 ./cmd/hooks-npm-binary-releaser/
Expand All @@ -29,7 +29,7 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- run: ./scripts/build-local.sh
Expand Down

0 comments on commit fd2007d

Please sign in to comment.