Skip to content

Commit bed50c4

Browse files
authored
Merge pull request #390 from validatedpatterns/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 43130ee + 83f9603 commit bed50c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
persist-credentials: false
1616

1717
- name: Set up Go
18-
uses: actions/setup-go@v5
18+
uses: actions/setup-go@v6
1919
with:
2020
go-version-file: go.mod
2121

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
persist-credentials: false
1616

1717
- name: Setup go
18-
uses: actions/setup-go@v5
18+
uses: actions/setup-go@v6
1919
with:
2020
go-version-file: go.mod
2121

0 commit comments

Comments
 (0)