Skip to content

Commit 27face6

Browse files
authored
Merge pull request #17 from cnabio/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 3 to 6
2 parents 97ffc0a + 567d7c4 commit 27face6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Checkout
99
uses: actions/checkout@v6
1010
- name: Set up Go
11-
uses: actions/setup-go@v3
11+
uses: actions/setup-go@v6
1212
with:
1313
go-version-file: go.mod
1414
cache: true

0 commit comments

Comments
 (0)