Skip to content

Commit cfe3d49

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/golang-ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ 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 }}
15+
check-latest: true
1516
- name: Login to DockerHub
1617
uses: docker/login-action@v3
1718
with:

0 commit comments

Comments
 (0)