Skip to content

Commit f22c383

Browse files
committed
ci: update go version
1 parent 283bdb4 commit f22c383

5 files changed

Lines changed: 4 additions & 3 deletions

File tree

.claude/scheduled_tasks.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"sessionId":"b2b9a47d-e1ab-43e6-a516-3b3c5bc13612","pid":24212,"acquiredAt":1773664873831}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: '1.22'
19+
go-version: '1.24'
2020

2121
- name: Install SQLite dev headers
2222
run: sudo apt-get update && sudo apt-get install -y libsqlite3-dev
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Go
5151
uses: actions/setup-go@v5
5252
with:
53-
go-version: '1.22'
53+
go-version: '1.24'
5454

5555
- name: Run go vet
5656
run: go vet ./...

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Go
2929
uses: actions/setup-go@v5
3030
with:
31-
go-version: '1.22'
31+
go-version: '1.24'
3232

3333
- name: Install cross-compilation tools
3434
run: |
25.1 KB
Loading
476 KB
Loading

0 commit comments

Comments
 (0)