Skip to content

Commit 44d1715

Browse files
committed
bumping to go 1.25
Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
1 parent 99a9392 commit 44d1715

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

.github/workflows/workflow.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ permissions:
1313
jobs:
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

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/open-policy-agent/cert-controller
22

3-
go 1.24.0
4-
5-
toolchain go1.24.2
3+
go 1.25
64

75
require (
86
github.com/onsi/gomega v1.38.3

0 commit comments

Comments
 (0)