Skip to content

Commit 3af7491

Browse files
authored
Merge pull request #365 from michimani/renovate/go-1.x
chore(deps): update go toolchain directive to v1.27.0
2 parents e26893b + 37512f8 commit 3af7491

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/onlytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go 1.26
2424
uses: actions/setup-go@v7
2525
with:
26-
go-version: "1.26"
26+
go-version: "1.27"
2727

2828
- name: Check out code into the Go module directory
2929
uses: actions/checkout@v7

_examples/1_get_recent_activity/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module gotwi-example-1
22

33
go 1.26
44

5-
toolchain go1.26.6
5+
toolchain go1.27.0
66

77
require github.com/michimani/gotwi v0.18.4
88

0 commit comments

Comments
 (0)