You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,13 @@ jobs:
31
31
- mac
32
32
- windows
33
33
go:
34
-
- '1.25'
34
+
- '1.26'
35
35
36
36
include:
37
37
# Set the minimum Go patch version for the given Go minor
38
38
# Usable via ${{ matrix.GO_SEMVER }}
39
-
- go: '1.25'
40
-
GO_SEMVER: '~1.25.0'
39
+
- go: '1.26'
40
+
GO_SEMVER: '~1.26.0'
41
41
42
42
# Set some variables per OS, usable via ${{ matrix.VAR }}
43
43
# OS_LABEL: the VM label from GitHub Actions (see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories)
0 commit comments