Skip to content

Commit 93edae0

Browse files
committed
Update to go 1.23
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
1 parent 55fc869 commit 93edae0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/validate_pr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-go@v5
1414
with:
15-
go-version: 1.22
15+
go-version: 1.23
1616
cache: false
1717
- name: golangci-lint
18-
uses: golangci/golangci-lint-action@v4
18+
uses: golangci/golangci-lint-action@v6
1919
with:
20-
version: v1.54
20+
version: v1.64
2121
unit_tests:
2222
name: Unit-Tests
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-go@v5
2727
with:
28-
go-version: 1.22
28+
go-version: 1.23
2929
- name: Unit Tests
3030
run: make test
3131
build:
@@ -35,6 +35,6 @@ jobs:
3535
- uses: actions/checkout@v4
3636
- uses: actions/setup-go@v5
3737
with:
38-
go-version: 1.22
38+
go-version: 1.23
3939
- name: Build All
4040
run: make all

0 commit comments

Comments
 (0)