File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 - name : Install Go
2828 uses : actions/setup-go@v2
2929 with :
30- go-version : 1.20 .x
30+ go-version : 1.24 .x
3131 - name : Run tests
3232 run : go test -v -race -coverprofile=coverage.txt -race -covermode=atomic ./...
3333 env :
5858 - name : Install Go
5959 uses : actions/setup-go@v2
6060 with :
61- go-version : 1.20 .x
61+ go-version : 1.24 .x
6262 - name : Run tests
6363 run : go test -v -race -coverprofile=coverage.txt -race -covermode=atomic ./...
6464 env :
7777 - name : Install Go
7878 uses : actions/setup-go@v2
7979 with :
80- go-version : 1.20 .x
80+ go-version : 1.24 .x
8181 - name : Run golangci-lint
8282 uses : golangci/golangci-lint-action@v3
8383 with :
Original file line number Diff line number Diff line change 1- FROM golang:1.20 -alpine as builder
1+ FROM golang:1.24 -alpine as builder
22
33WORKDIR /app
44
You can’t perform that action at this time.
0 commit comments