Skip to content

Commit 335a11c

Browse files
committed
chore: update to go 1.24
1 parent a0bf5d1 commit 335a11c

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-go@v5
3030
with:
3131
cache: true
32-
go-version: '1.23'
32+
go-version: '1.24'
3333
- name: Build binary file
3434
env:
3535
GOOS: ${{ matrix.goos }}

.github/workflows/golint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Go environment
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: '1.23'
15+
go-version: '1.24'
1616
cache: false
1717

1818
- name: Sort imports

.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@v4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-alpine AS builder
1+
FROM golang:1.24-alpine AS builder
22

33
RUN go env -w GO111MODULE=auto \
44
&& go env -w CGO_ENABLED=0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Mrs4s/go-cqhttp
22

3-
go 1.23.0
3+
go 1.24.0
44

55
toolchain go1.24.7
66

0 commit comments

Comments
 (0)