Skip to content

Commit 344986f

Browse files
Bump actions/setup-go from 4 to 5 (#41)
1 parent 264ab38 commit 344986f

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@v4
11+
uses: actions/setup-go@v5
1212
with:
1313
go-version-file: 'go.mod'
1414
- name: Build

0 commit comments

Comments
 (0)