We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 162ad07 + 52ac3ab commit b2934f8Copy full SHA for b2934f8
3 files changed
.github/workflows/lint.yml
@@ -11,6 +11,6 @@ jobs:
11
os: [ubuntu-latest]
12
steps:
13
- name: Checkout code
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
15
- name: Run golangci-lint
16
uses: golangci/golangci-lint-action@v8
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]
uses: actions/setup-go@v5
17
with:
0 commit comments