File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818
1919 - name : Setup Go
20- uses : actions/setup-go@v5
20+ uses : actions/setup-go@v6
2121 with :
22- go-version : 1.23
22+ go-version : 1.24
2323
2424 - name : Dependencies
2525 run : go mod vendor
@@ -28,14 +28,14 @@ jobs:
2828 run : go mod verify
2929
3030 - name : Codestyle
31- uses : golangci/golangci-lint-action@v8
31+ uses : golangci/golangci-lint-action@v9
3232 with :
33- version : v2.1.6
33+ version : v2.10.1
3434
3535 - name : Golang Vulncheck
3636 uses : Templum/govulncheck-action@v1.0.2
3737 with :
38- go-version : 1.23
38+ go-version : 1.24
3939 vulncheck-version : latest
4040 fail-on-vuln : true
4141 skip-upload : true
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717
1818 - name : Setup Go
19- uses : actions/setup-go@v5
19+ uses : actions/setup-go@v6
2020 with :
21- go-version : 1.23
21+ go-version : 1.24
2222
2323 - name : Dependencies
2424 run : go mod vendor
You can’t perform that action at this time.
0 commit comments