File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5454 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
5555 with :
56- go-version : ' 1.24 .x'
56+ go-version : ' 1.26 .x'
5757 check-latest : true
5858
5959 - name : golangci-lint
7676 - name : govulncheck
7777 uses : golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
7878 with :
79- go-version-input : ' 1.24 .x'
79+ go-version-input : ' 1.26 .x'
8080 check-latest : true
8181
8282 dependency-review :
Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v4
1111 - uses : actions/setup-go@v4
1212 with :
13- go-version : ' 1.21'
13+ go-version : ' 1.26.x'
14+ check-latest : true
1415
1516 # Quality Gates
1617 - name : Lint
Original file line number Diff line number Diff line change 1313 - name : Set up Go
1414 uses : actions/setup-go@v4
1515 with :
16- go-version : ' 1.24.0 '
16+ go-version : ' 1.26.x '
1717
1818 # Multi-platform builds
1919 - name : Build Binaries
Original file line number Diff line number Diff line change 1717 - name : Setup Go
1818 uses : actions/setup-go@v5
1919 with :
20- go-version : ' 1.24 .x'
20+ go-version : ' 1.26 .x'
2121 check-latest : true
2222
2323 - name : govulncheck
Original file line number Diff line number Diff line change 11module github.com/Golangcodes/nextdeploy
22
3- go 1.24 .0
3+ go 1.26 .0
44
55require (
66 github.com/AlecAivazis/survey/v2 v2.3.7
You can’t perform that action at this time.
0 commit comments