We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0aa959 + eeeea4f commit f6102deCopy full SHA for f6102de
.github/workflows/go.yml
@@ -8,7 +8,7 @@ jobs:
8
- name: Setup Go
9
uses: actions/setup-go@v5
10
with:
11
- go-version: 1.22.0
+ go-version: 1.22.1
12
- name: Check out source code
13
uses: actions/checkout@v4
14
- name: Build
.github/workflows/golangci-lint.yml
@@ -14,6 +14,6 @@ jobs:
- uses: actions/checkout@v4
15
- uses: actions/setup-go@v5
16
17
18
- name: golangci-lint
19
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v3
.github/workflows/release.yaml
@@ -12,7 +12,7 @@ jobs:
- name: Set up Go
- name: Prepare
id: prep
run: |
0 commit comments