Skip to content

Commit

Permalink
Merge pull request #35 from tschaub/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-5.2.0

Bump actions/setup-go from 5.1.0 to 5.2.0
  • Loading branch information
tschaub authored Dec 16, 2024
2 parents 90da285 + 6f697a4 commit 483a193
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v5.1.0
- uses: actions/setup-go@v5.2.0
with:
go-version: '1.21'
- uses: docker/login-action@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.1.0
- uses: actions/setup-go@v5.2.0
with:
go-version: '1.22'
- uses: golangci/golangci-lint-action@v6
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.1.0
- uses: actions/setup-go@v5.2.0
with:
go-version: '1.22'
- run: go test -v ./...
Expand All @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v5.1.0
- uses: actions/setup-go@v5.2.0
with:
go-version: '1.22'
- uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit 483a193

Please sign in to comment.