Skip to content

Commit fa31c26

Browse files
authored
Merge pull request #11 from hasansino/dependabot-github_actions-actions-setup-go-6
chore(deps): bump actions/setup-go from 5 to 6
2 parents c616205 + e35e1c1 commit fa31c26

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/110-golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: 'Checkout repository'
4242
uses: actions/checkout@v4
4343
- name: 'Setup Go'
44-
uses: actions/setup-go@v5
44+
uses: actions/setup-go@v6
4545
with:
4646
go-version-file: 'go.mod'
4747
- name: 'Run golangci-lint'

.github/workflows/120-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: 'Checkout repository'
4141
uses: actions/checkout@v4
4242
- name: 'Setup Go'
43-
uses: actions/setup-go@v5
43+
uses: actions/setup-go@v6
4444
with:
4545
go-version-file: 'go.mod'
4646
- name: 'Download Go modules'

.github/workflows/200-master-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: 'Checkout repository'
2626
uses: actions/checkout@v4
2727
- name: 'Setup Go environment'
28-
uses: actions/setup-go@v5
28+
uses: actions/setup-go@v6
2929
with:
3030
go-version-file: 'go.mod'
3131
- name: 'Submit Go dependencies to GitHub'

.github/workflows/300-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
fetch-depth: 0
4242
- name: 'Setup Go'
43-
uses: actions/setup-go@v5
43+
uses: actions/setup-go@v6
4444
with:
4545
go-version-file: 'go.mod'
4646
- name: 'Install Cosign'

0 commit comments

Comments
 (0)