Skip to content

Commit 3f59d64

Browse files
Bump actions/setup-go from 5 to 6 (#107)
1 parent 2cb22a3 commit 3f59d64

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
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212

1313
- name: Set up Go
14-
uses: actions/setup-go@v5
14+
uses: actions/setup-go@v6
1515
with:
1616
go-version: ${{ matrix.go-version }}
1717
cache: false

0 commit comments

Comments
 (0)