Skip to content

Commit d1441d8

Browse files
authored
fix: bump Go version in CI (#52)
1 parent ad3b7bc commit d1441d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Set up Go
99
uses: actions/setup-go@v5
1010
with:
11-
go-version: 1.22
11+
go-version: "1.27"
1212
id: go
1313

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

0 commit comments

Comments
 (0)