We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3f7fa commit ec7bf64Copy full SHA for ec7bf64
1 file changed
.github/workflows/go.yml
@@ -323,11 +323,11 @@ jobs:
323
go run github.com/tailscale/depaware github.com/celzero/firestack/intra
324
go run github.com/tailscale/depaware github.com/celzero/firestack/tunnel
325
- name: 🏅 Lint
326
- uses: golangci/golangci-lint-action@v3.7.0
+ uses: golangci/golangci-lint-action@v8.0.0
327
with:
328
args: --config=.golangci.yml --issues-exit-code=0
329
- name: 📡 Staticheck
330
- uses: dominikh/staticcheck-action@v1.3.1
+ uses: dominikh/staticcheck-action@v1.4.0
331
332
version: "latest"
333
install-go: false
0 commit comments