Skip to content

Commit 4ff6e7b

Browse files
authored
Merge pull request #17 from mackerelio/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 4 to 5
2 parents 388cc0f + aee756d commit 4ff6e7b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/go-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.os-version }}
2525
steps:
2626
- uses: actions/checkout@v4
27-
- uses: actions/setup-go@v4
27+
- uses: actions/setup-go@v5
2828
with:
2929
go-version-file: go.mod
3030
cache: true

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ matrix.os-version }}
3131
steps:
3232
- uses: actions/checkout@v4
33-
- uses: actions/setup-go@v4
33+
- uses: actions/setup-go@v5
3434
with:
3535
go-version: ${{ matrix.go-version }}
3636
cache: true

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18-
- uses: actions/setup-go@v4
18+
- uses: actions/setup-go@v5
1919
with:
2020
go-version: ${{ inputs.go-version }}
2121
cache: true

.github/workflows/setup-go-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ matrix.os-version }}
3131
steps:
3232
- uses: actions/checkout@v4
33-
- uses: actions/setup-go@v4
33+
- uses: actions/setup-go@v5
3434
with:
3535
go-version: ${{ matrix.go-version }}
3636
cache: true

0 commit comments

Comments
 (0)