Skip to content

Commit 3936fa4

Browse files
committed
Use go 1.24
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
1 parent 6738d1a commit 3936fa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate_pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-go@v5
1414
with:
15-
go-version: 1.23
15+
go-version: 1.24
1616
cache: false
1717
- name: golangci-lint
1818
uses: golangci/golangci-lint-action@v6
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-go@v5
2727
with:
28-
go-version: 1.23
28+
go-version: 1.24
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.23
38+
go-version: 1.24
3939
- name: Build All
4040
run: make all

0 commit comments

Comments
 (0)