We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176a49c commit 44c0f69Copy full SHA for 44c0f69
3 files changed
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Set up Go
27
uses: actions/setup-go@v4
28
with:
29
- go-version: '1.22'
+ go-version: '1.25'
30
31
- name: Build
32
run: GOARCH=amd64 GOOS=linux go build -ldflags '-s -w' -o watgbridge_linux_amd64 .
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
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
@@ -1,6 +1,6 @@
1
module watgbridge
2
3
-go 1.24.0
+go 1.25.0
4
5
require (
6
github.com/PaulSonOfLars/gotgbot/v2 v2.0.0-rc.33
state/version.txt
@@ -1 +1 @@
-1.13.2
+1.13.3
0 commit comments