Skip to content

Commit

Permalink
ci: use latest Go version on macOS (#4708)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammed90 committed Apr 15, 2022
1 parent 0d13173 commit d230b33
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -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')
Expand Down

0 comments on commit d230b33

Please sign in to comment.