diff options
author | Ayke van Laethem <[email protected]> | 2023-07-06 12:01:52 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-08-04 11:59:11 +0200 |
commit | a93f0ed12a30d694ad8db2a2636b1247e772c3e8 (patch) | |
tree | e1790e1e4cb11623e05efb93450b5ad937afcf51 /.github/workflows/windows.yml | |
parent | c25dd0a972a1d68b4d154831a6d196e28f17ddad (diff) | |
download | tinygo-a93f0ed12a30d694ad8db2a2636b1247e772c3e8.tar.gz tinygo-a93f0ed12a30d694ad8db2a2636b1247e772c3e8.zip |
all: Go 1.21 support
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r-- | .github/workflows/windows.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 55e752d70..606394fc9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -35,7 +35,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: '1.20' + go-version: '1.21.0-rc.4' cache: true - name: Restore cached LLVM source uses: actions/cache/restore@v3 @@ -143,7 +143,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: '1.20' + go-version: '1.21.0-rc.4' cache: true - name: Download TinyGo build uses: actions/download-artifact@v2 @@ -173,7 +173,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: '1.20' + go-version: '1.21.0-rc.4' cache: true - name: Download TinyGo build uses: actions/download-artifact@v2 @@ -209,7 +209,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: '1.20' + go-version: '1.21.0-rc.4' cache: true - name: Download TinyGo build uses: actions/download-artifact@v2 |