We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73b03a commit 65922d2Copy full SHA for 65922d2
.github/workflows/test.yml
@@ -2,9 +2,9 @@ name: Test
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [main]
6
pull_request:
7
8
9
permissions:
10
contents: read
@@ -18,9 +18,9 @@ jobs:
18
- ubuntu-latest
19
- windows-latest
20
go-version:
21
- - '1.21'
22
- - '1.22'
23
- - '1.23'
+ - "1.21"
+ - "1.22"
+ - "1.23"
24
runs-on: ${{ matrix.os }}
25
steps:
26
- uses: actions/checkout@v3
@@ -43,7 +43,7 @@ jobs:
43
- name: Set up Go
44
uses: actions/setup-go@v4
45
with:
46
- go-version: '1.23'
+ go-version: "1.23"
47
- name: Lint
48
uses: golangci/golangci-lint-action@v3
49
.prettierrc
0 commit comments