Skip to content

Commit fab73f2

Browse files
committed
ci: update go and golangci-lint versions
1 parent d7a39e3 commit fab73f2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/draft_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: '^1.21'
25+
go-version: '^1.23'
2626
# - name: generate release notes
2727
# run: |
2828
# make release-notes

.github/workflows/pullrequests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version: "1.21"
17+
go-version: "1.23"
1818
- name: golangci-lint
1919
uses: golangci/[email protected]
2020
with:
21-
version: v1.60.2
21+
version: v1.64.6
2222

2323
test:
2424
name: test
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-go@v5
2929
with:
30-
go-version: "1.21"
30+
go-version: "1.23"
3131
- name: Run Tests
3232
run: make test
3333

@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- uses: actions/setup-go@v5
4040
with:
41-
go-version: "1.21"
41+
go-version: "1.23"
4242
- name: run code generators
4343
run: make generate
4444
- name: run manifest generators

0 commit comments

Comments
 (0)