Skip to content

Commit 9e7b1f2

Browse files
committed
chore(ci): bump go-version setup-go
Signed-off-by: Szilard Parrag <[email protected]>
1 parent 7cf069b commit 9e7b1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v4
2222
with:
23-
go-version: '1.20'
23+
go-version: '1.23'
2424

2525
- name: Test
2626
run: make

0 commit comments

Comments
 (0)