Skip to content

Commit 40b503a

Browse files
authored
Update go version (#74)
1 parent 1a781da commit 40b503a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v4
1414
with:
15-
go-version: "1.22.5"
15+
go-version: "1.23"
1616
- name: Install gofumpt
1717
run: go install mvdan.cc/gofumpt@latest
1818
- name: Run gofumpt

0 commit comments

Comments
 (0)