Skip to content

Commit 7e5a320

Browse files
committed
Update to go 1.23
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
1 parent 64eeb8d commit 7e5a320

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/validate_pr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version: 1.22
17+
go-version: 1.23
1818
cache: false
1919
- name: golangci-lint
20-
uses: golangci/golangci-lint-action@v4
20+
uses: golangci/golangci-lint-action@v6
2121
with:
22-
version: v1.54
22+
version: v1.64
2323
unit_tests:
2424
name: Unit-Tests
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-go@v5
2929
with:
30-
go-version: 1.22
30+
go-version: 1.23
3131
- name: Unit Tests
3232
run: make test
3333
build:
@@ -37,6 +37,6 @@ jobs:
3737
- uses: actions/checkout@v4
3838
- uses: actions/setup-go@v5
3939
with:
40-
go-version: 1.22
40+
go-version: 1.23
4141
- name: Build All
4242
run: make all

0 commit comments

Comments
 (0)