Skip to content

Commit 63e222a

Browse files
authored
Merge pull request #103 from hazcod/dependabot/github_actions/actions/setup-go-5
chore(deps): bump actions/setup-go from 4 to 5
2 parents 2babdb5 + 63447c1 commit 63e222a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
echo ::set-output name=go::$(grep '^FROM go' .github/go/Dockerfile | cut -d ' ' -f 2 | cut -d ':' -f 2)
1616
echo "Using Go version ${{ steps.versions.outputs.go }}"
1717
-
18-
uses: actions/setup-go@v4
18+
uses: actions/setup-go@v5
1919
with:
2020
go-version: ${{ steps.versions.outputs.go }}
2121
-

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "Using Go version ${{ steps.versions.outputs.go }}"
3636
-
3737
name: Set up Go
38-
uses: actions/setup-go@v4
38+
uses: actions/setup-go@v5
3939
with:
4040
go-version: ${{ steps.versions.outputs.go }}
4141
-

0 commit comments

Comments
 (0)