Skip to content

Commit 889bd76

Browse files
chore(deps): update actions/setup-go action to v6
1 parent dbf90a5 commit 889bd76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: actions/setup-go@v4
13+
- uses: actions/setup-go@v6
1414
with:
1515
go-version: '1.21'
1616
- run: make

0 commit comments

Comments
 (0)