Skip to content

Commit ed5e984

Browse files
committed
Update CI action versions
Also quote golang versions to avoid yaml parsing issues with numbers
1 parent 309b4a0 commit ed5e984

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/golang-ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
strategy:
99
matrix:
1010
go-version:
11-
- 1.13
12-
- 1.18
13-
- 1.22
11+
- '1.13'
12+
- '1.18'
13+
- '1.22'
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@v3
19+
uses: actions/setup-go@v5
2020
with:
2121
go-version: ${{ matrix.go-version }}
2222

0 commit comments

Comments
 (0)