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
+5-4
Original file line number
Diff line number
Diff line change
@@ -23,18 +23,18 @@ jobs:
23
23
- mac
24
24
- windows
25
25
go:
26
-
- '1.21'
27
26
- '1.22'
27
+
- '1.23'
28
28
29
29
include:
30
30
# Set the minimum Go patch version for the given Go minor
31
31
# Usable via ${{ matrix.GO_SEMVER }}
32
-
- go: '1.21'
33
-
GO_SEMVER: '~1.21.0'
34
-
35
32
- go: '1.22'
36
33
GO_SEMVER: '~1.22.3'
37
34
35
+
- go: '1.23'
36
+
GO_SEMVER: '~1.23.0'
37
+
38
38
# Set some variables per OS, usable via ${{ matrix.VAR }}
39
39
# 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)
40
40
# CADDY_BIN_PATH: the path to the compiled Caddy binary, for artifact publishing
0 commit comments