File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ permissions:
1313jobs :
1414 lint :
1515 permissions :
16- contents : read # for actions/checkout to fetch code
17- pull-requests : read # for golangci/golangci-lint-action to fetch pull requests
16+ contents : read # for actions/checkout to fetch code
17+ pull-requests : read # for golangci/golangci-lint-action to fetch pull requests
1818 name : " Lint"
1919 runs-on : ubuntu-latest
2020 timeout-minutes : 5
@@ -24,18 +24,18 @@ jobs:
2424 with :
2525 egress-policy : audit
2626
27- - name : Set up Go 1.24
27+ - name : Set up Go 1.25
2828 uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v3.5.0
2929 with :
30- go-version : " 1.24 "
30+ go-version : " 1.25 "
3131
3232 - name : Check out code into the Go module directory
3333 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3434
3535 - name : Lint
3636 uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
3737 with :
38- version : v2.1.0
38+ version : v2.7.2
3939 args : --timeout 5m
4040
4141 test :
@@ -48,10 +48,10 @@ jobs:
4848 with :
4949 egress-policy : audit
5050
51- - name : Set up Go 1.24
51+ - name : Set up Go 1.25
5252 uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
5353 with :
54- go-version : " 1.24 "
54+ go-version : " 1.25 "
5555 id : go
5656
5757 - name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 11module github.com/open-policy-agent/cert-controller
22
3- go 1.24.0
4-
5- toolchain go1.24.2
3+ go 1.25
64
75require (
86 github.com/onsi/gomega v1.38.3
You can’t perform that action at this time.
0 commit comments