Skip to content

Commit efab32b

Browse files
.github: Update actions
1 parent e835d48 commit efab32b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golang-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
matrix:
99
go: [ '1.23' ]
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-go@v2
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-go@v5
1313
with:
1414
go-version: ${{ matrix.go }}
1515
- name: Login to DockerHub

0 commit comments

Comments
 (0)