mirror of
https://github.com/safing/portmaster
synced 2025-04-08 21:19:10 +00:00
Bump Go versions in CI
This commit is contained in:
parent
71f6f09384
commit
a13d52b68f
2 changed files with 3 additions and 3 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -38,9 +38,9 @@ jobs:
|
|||
cache: false
|
||||
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v4
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: v1.60.3
|
||||
version: v1.64.5
|
||||
only-new-issues: true
|
||||
args: -c ./.golangci.yml --timeout 15m
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
VERSION --arg-scope-and-set --global-cache 0.8
|
||||
|
||||
ARG --global go_version = 1.22
|
||||
ARG --global go_version = 1.24
|
||||
ARG --global node_version = 18
|
||||
ARG --global rust_version = 1.79
|
||||
ARG --global golangci_lint_version = 1.57.1
|
||||
|
|
Loading…
Add table
Reference in a new issue