Skip to content

Commit f5c8834

Browse files
authored
Merge pull request #2 from ahuangg/alan-branch
update: updated go.yml to match go mod go version
2 parents a86a010 + d772e3a commit f5c8834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: '1.20.3'
22+
go-version: '1.23.3'
2323

2424
- name: Build
2525
run: go build -v ./...

0 commit comments

Comments
 (0)