Skip to content

Commit c68890b

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-5
2 parents 121834d + a876b05 commit c68890b

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@v5
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)