File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - name : Set up Go
1919 uses : actions/setup-go@v5
2020 with :
21- go-version : ' 1.25 '
21+ go-version : ' 1.24 '
2222
2323 - name : Go mod download
2424 run : go mod download
4848 - name : Set up Go
4949 uses : actions/setup-go@v5
5050 with :
51- go-version : ' 1.25 '
51+ go-version : ' 1.24 '
5252
5353 - name : Run golangci-lint
5454 uses : golangci/golangci-lint-action@v4
6767 - name : Set up Go
6868 uses : actions/setup-go@v5
6969 with :
70- go-version : ' 1.25 '
70+ go-version : ' 1.24 '
7171
7272 - name : Run go vet
7373 run : go vet ./...
8383 - name : Set up Go
8484 uses : actions/setup-go@v5
8585 with :
86- go-version : ' 1.25 '
86+ go-version : ' 1.24 '
8787
8888 - name : Build
8989 run : go build -v ./...
9999 - name : Set up Go
100100 uses : actions/setup-go@v5
101101 with :
102- go-version : ' 1.25 '
102+ go-version : ' 1.24 '
103103
104104 - name : Run example tests
105105 run : go test -v ./examples/...
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ issues:
3333
3434run :
3535 timeout : 5m
36- go : ' 1.22 '
36+ go : ' 1.24 '
Original file line number Diff line number Diff line change 11module github.com/leefernandes/errific
22
3- go 1.25
3+ go 1.24
You can’t perform that action at this time.
0 commit comments