Skip to content

Commit 819bea2

Browse files
authored
Merge pull request #44 from stackitcloud/dependabot/github_actions/actions/setup-go-6
chore: bump actions/setup-go from 4 to 6
2 parents 04e215e + 847bddb commit 819bea2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6
2424

2525
- name: Install Go
26-
uses: actions/setup-go@v5
26+
uses: actions/setup-go@v6
2727
with:
2828
go-version-file: go.mod
2929

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: git fetch --force --tags
2828

2929
- name: Setup go
30-
uses: actions/setup-go@v4
30+
uses: actions/setup-go@v6
3131
with:
3232
go-version: stable
3333

0 commit comments

Comments
 (0)