Skip to content

Commit 44c0f69

Browse files
committed
feat: bump versions
1 parent 176a49c commit 44c0f69

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/setup-go@v4
2828
with:
29-
go-version: '1.22'
29+
go-version: '1.25'
3030

3131
- name: Build
3232
run: GOARCH=amd64 GOOS=linux go build -ldflags '-s -w' -o watgbridge_linux_amd64 .
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up Go
6363
uses: actions/setup-go@v4
6464
with:
65-
go-version: '1.22'
65+
go-version: '1.25'
6666

6767
- name: Build
6868
run: CGO_ENABLED=1 CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ GOARCH=arm64 GOOS=linux go build -ldflags '-s -w' -o watgbridge_linux_aarch64 .

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module watgbridge
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/PaulSonOfLars/gotgbot/v2 v2.0.0-rc.33

state/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.2
1+
1.13.3

0 commit comments

Comments
 (0)