Skip to content

Commit a8e9630

Browse files
authored
Merge pull request #1 from kamal-github/minor/fix-ci-build
Fix go version for ci yaml
2 parents c8d432f + faa797d commit a8e9630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.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@v2
2121
with:
22-
go-version: 1.16
22+
go-version: 1.23
2323
- name: Build
2424
run: go build -v ./...
2525
- name: Test

0 commit comments

Comments
 (0)