diff options
author | Mohammed Al Sahaf <msaa1990@gmail.com> | 2022-04-15 20:58:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-15 13:58:48 -0400 |
commit | d230b330078b0b13fe861025cf12286cc87f5a49 (patch) | |
tree | b6b58f1155574e1bb63dc71a3606a79207c589e7 /.github/workflows | |
parent | 0d13173071dc623ff9453fbac9af5d9d35d75a1f (diff) |
ci: use latest Go version on macOS (#4708)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc9e0a0..5a79fcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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') |