File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v6
1717 - uses : actions/setup-go@v6
1818 with :
19- go-version : " 1.26"
19+ go-version : " 1.26.4 "
2020 - uses : golangci/golangci-lint-action@v8
2121 with :
2222 version : v2.5.0
3333 - uses : actions/checkout@v6
3434 - uses : actions/setup-go@v6
3535 with :
36- go-version : " 1.26"
36+ go-version : " 1.26.4 "
3737 - run : go mod download
3838 - run : go test -timeout 120s -race -cover ./...
3939
4343 - uses : actions/checkout@v6
4444 - uses : actions/setup-go@v6
4545 with :
46- go-version : " 1.26"
46+ go-version : " 1.26.4 "
4747 - run : go build -o /tmp/stackit-nuke ./
4848 - run : /tmp/stackit-nuke --version
Original file line number Diff line number Diff line change 2020
2121 - uses : actions/setup-go@v6
2222 with :
23- go-version : " 1.26"
23+ go-version : " 1.26.4 "
2424
2525 - uses : docker/setup-qemu-action@v3
2626 - uses : docker/setup-buildx-action@v3
You can’t perform that action at this time.
0 commit comments