There was an error while loading. Please reload this page.
2 parents e26893b + 37512f8 commit 3af7491Copy full SHA for 3af7491
2 files changed
.github/workflows/onlytest.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Go 1.26
24
uses: actions/setup-go@v7
25
with:
26
- go-version: "1.26"
+ go-version: "1.27"
27
28
- name: Check out code into the Go module directory
29
uses: actions/checkout@v7
_examples/1_get_recent_activity/go.mod
@@ -2,7 +2,7 @@ module gotwi-example-1
2
3
go 1.26
4
5
-toolchain go1.26.6
+toolchain go1.27.0
6
7
require github.com/michimani/gotwi v0.18.4
8
0 commit comments