From 9e0b1cae59b38168930510b05c39c3a67d0863d8 Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Fri, 15 Apr 2022 20:40:12 +0300 Subject: [PATCH] ci: use latest Go version on macOS --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc9e0a0c83f..5a79fcd55ba 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')