Skip to content

Commit 6cc66cc

Browse files
rebeliceclaude
andcommitted
fix: upgrade CI Go version to 1.24 to match go.mod
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a0843d1 commit 6cc66cc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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.23'
19+
go-version: '1.24'
2020

2121
- name: Build
2222
run: go build -v ./...
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Go
3131
uses: actions/setup-go@v5
3232
with:
33-
go-version: '1.23'
33+
go-version: '1.24'
3434

3535
- name: Test
3636
run: go test -v ./...
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Go
4545
uses: actions/setup-go@v5
4646
with:
47-
go-version: '1.23'
47+
go-version: '1.24'
4848

4949
- name: golangci-lint
5050
uses: golangci/golangci-lint-action@v4
@@ -63,7 +63,7 @@ jobs:
6363
- name: Set up Go
6464
uses: actions/setup-go@v5
6565
with:
66-
go-version: '1.23'
66+
go-version: '1.24'
6767

6868
- name: Build
6969
run: go build -v ./...

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: '1.23'
23+
go-version: '1.24'
2424

2525
- name: Run GoReleaser
2626
uses: goreleaser/goreleaser-action@v6

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ make build
111111

112112
### Requirements
113113

114-
- Go 1.23+ (for building from source)
114+
- Go 1.24+ (for building from source)
115115
- PostgreSQL 12+ (for connecting)
116116

117117
## Quick Start

0 commit comments

Comments
 (0)