diff options
author | deadprogram <[email protected]> | 2022-04-24 15:21:11 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-04-25 17:15:59 +0200 |
commit | c387a09f54073329f4acd8717a1325836a5c5038 (patch) | |
tree | fcb6085e59a0a90a54df5591958a5995f4f83d56 /.github/workflows/build-macos.yml | |
parent | 5bb3ca26185d24e7e778c02d59f9d0e1719e75d8 (diff) | |
download | tinygo-c387a09f54073329f4acd8717a1325836a5c5038.tar.gz tinygo-c387a09f54073329f4acd8717a1325836a5c5038.zip |
build: use Go 1.18.1 for all builds
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to '.github/workflows/build-macos.yml')
-rw-r--r-- | .github/workflows/build-macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index e84e3bd47..154e7dcf7 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -15,7 +15,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: '1.18' + go-version: '1.18.1' - name: Install Dependencies shell: bash run: | |