mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-25 09:40:13 +08:00
ci: use latest Go version on macOS (#4708)
This commit is contained in:
parent
0d13173071
commit
d230b33007
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -30,11 +30,6 @@ jobs:
|
|||
- go: '1.18'
|
||||
GO_SEMVER: '~1.18.1'
|
||||
|
||||
# Go 1.18.1 isn't released yet for Mac as of Apr 13 2022
|
||||
- go: '1.18'
|
||||
os: 'macos-latest'
|
||||
GO_SEMVER: '1.18.0'
|
||||
|
||||
# Set some variables per OS, usable via ${{ matrix.VAR }}
|
||||
# CADDY_BIN_PATH: the path to the compiled Caddy binary, for artifact publishing
|
||||
# SUCCESS: the typical value for $? per OS (Windows/pwsh returns 'True')
|
||||
|
|
Loading…
Reference in New Issue
Block a user