Skip to content

Commit 45fb450

Browse files
authored
Merge pull request #22 from tschaub/dependabot/github_actions/actions/setup-go-5.0.2
Bump actions/setup-go from 5.0.1 to 5.0.2
2 parents 23e166f + ae3fd80 commit 45fb450

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- run: git fetch --force --tags
20-
- uses: actions/[email protected].1
20+
- uses: actions/[email protected].2
2121
with:
2222
go-version: '1.21'
2323
- uses: docker/login-action@v3

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: actions/[email protected].1
16+
- uses: actions/[email protected].2
1717
with:
1818
go-version: '1.21'
1919
- uses: golangci/golangci-lint-action@v6
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v4
28-
- uses: actions/[email protected].1
28+
- uses: actions/[email protected].2
2929
with:
3030
go-version: '1.21'
3131
- run: go test -v ./...

0 commit comments

Comments
 (0)