File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-go@v5
1515 with :
16- go-version : ' 1.22 '
16+ go-version : ' 1.26 '
1717 - name : Run GoReleaser
1818 uses : goreleaser/goreleaser-action@v5
1919 with :
@@ -28,10 +28,10 @@ jobs:
2828 - uses : actions/checkout@v4
2929 - uses : actions/setup-go@v5
3030 with :
31- go-version : ' 1.22 '
31+ go-version : ' 1.26 '
3232 - uses : golangci/golangci-lint-action@v6
3333 with :
34- version : v1.58.1
34+ version : v1.64.8
3535 args : --timeout 3m
3636
3737 test :
4141 - uses : actions/checkout@v4
4242 - uses : actions/setup-go@v5
4343 with :
44- go-version : ' 1.22 '
44+ go-version : ' 1.26 '
4545 - name : Run tests
4646 run : go run github.com/onsi/ginkgo/v2/ginkgo -r -cover -race -covermode=atomic -randomize-all -randomize-suites
4747 - name : Upload coverage to Codecov
6262 - uses : actions/checkout@v4
6363 - uses : actions/setup-go@v5
6464 with :
65- go-version : ' 1.22 '
65+ go-version : ' 1.26 '
6666
6767 - name : Login to GitHub Container Registry
6868 uses : docker/login-action@v3
You can’t perform that action at this time.
0 commit comments