Skip to content

Commit a876b05

Browse files
Bump actions/setup-go from 5 to 6 (#17)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ca59d3 commit a876b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- name: Set up Go
11-
uses: actions/setup-go@v5
11+
uses: actions/setup-go@v6
1212
- name: Build
1313
run: go build -v ./...
1414
- name: Test

0 commit comments

Comments
 (0)