Skip to content

Commit d351ec2

Browse files
committed
fix incorrect yaml value
1 parent 4d60002 commit d351ec2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
go-version: [1.20, 1.21, 1.22, 1.23, 1.24]
11+
go-version: ['1.20', '1.21', '1.22', '1.23', '1.24']
1212
name: lint
1313
runs-on: ubuntu-latest
1414
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
test:
88
strategy:
99
matrix:
10-
go-version: [1.20, 1.21, 1.22, 1.23, 1.24]
10+
go-version: ['1.20', '1.21', '1.22', '1.23', '1.24']
1111
name: test
1212
runs-on: ubuntu-latest
1313
steps:

0 commit comments

Comments
 (0)