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 1111
1212 - uses : actions/setup-go@v4
1313 with :
14- go-version : ' 1.23 '
14+ go-version : ' 1.24 '
1515
1616 - name : Run unit tests
1717 run : go test ./...
2222 - uses : actions/checkout@v4
2323 - uses : actions/setup-go@v5
2424 with :
25- go-version : ' 1.23 '
25+ go-version : ' 1.24 '
2626 - name : Install golint
2727 run : go install golang.org/x/lint/golint@latest
2828 - name : Run golint
3535
3636 - uses : actions/setup-go@v5
3737 with :
38- go-version : ' 1.23 '
38+ go-version : ' 1.24 '
3939
4040 - name : Run goreleaser
4141 uses : goreleaser/goreleaser-action@v5
Original file line number Diff line number Diff line change 1818
1919 - uses : actions/setup-go@v4
2020 with :
21- go-version : ' 1.22 '
21+ go-version : ' 1.24 '
2222
2323 - name : Run goreleaser
2424 uses : goreleaser/goreleaser-action@v5
You can’t perform that action at this time.
0 commit comments