We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d9b1c commit 80ef70cCopy full SHA for 80ef70c
.github/workflows/lint.yaml.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- uses: actions/setup-go@v6
34
with:
35
- go-version: 1.23.0
+ go-version: 1.23.2
36
37
- name: golangci-lint
38
uses: golangci/golangci-lint-action@v8
.github/workflows/test.yaml
@@ -39,7 +39,7 @@ jobs:
39
- name: Set up Go
40
uses: actions/setup-go@v5
41
42
43
cache: true
44
45
- name: Cache Go modules
0 commit comments