Skip to content

Commit 9e00748

Browse files
author
Leonel Quinteros Carbano
committed
Bump Go version in build workflow
1 parent be49c2f commit 9e00748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414

15-
- name: Set up Go 1.19
15+
- name: Set up Go 1.23
1616
uses: actions/setup-go@v1
1717
with:
18-
go-version: 1.19
18+
go-version: 1.23
1919
id: go
2020

2121
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)