File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed
Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,12 @@ jobs:
1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v4
1515
1616 - name : Set up Go
17- uses : actions/setup-go@v2
17+ uses : actions/setup-go@v5
1818 with :
19- go-version : 1.15
19+ go-version : ' 1.24.8 '
2020
2121 - name : Build
22- run : go build -v ./...
23-
22+ run : go build -v ./...
Original file line number Diff line number Diff line change @@ -12,12 +12,16 @@ jobs:
1212 name : lint
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
16+ - name : Set up Go
17+ uses : actions/setup-go@v5
18+ with :
19+ go-version : ' 1.24.8'
1620 - name : golangci-lint
17- uses : golangci/golangci-lint-action@v2
21+ uses : golangci/golangci-lint-action@v6.0.1
1822 with :
1923 # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
20- version : v1.36 .0
24+ version : v2.5 .0
2125
2226 # Optional: working directory, useful for monorepos
2327 # working-directory: somedir
3539 # skip-pkg-cache: true
3640
3741 # Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
38- # skip-build-cache: true
42+ # skip-build-cache: true
Original file line number Diff line number Diff line change 11module github.com/sizovilya/go-psn-api
22
3- go 1.15
3+ go 1.24
You can’t perform that action at this time.
0 commit comments