diff options
author | Ayke van Laethem <[email protected]> | 2024-02-07 12:16:09 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-02-20 21:58:09 +0100 |
commit | 5baee9a8ee4f958b8adb4d336fbb6ac522269dfc (patch) | |
tree | 9d29e5e390361ae84a42bfbea08e510b3aa6a69e /.github/workflows/windows.yml | |
parent | c47f52b54607c5dd1453f1fbe949876314c8a342 (diff) | |
download | tinygo-5baee9a8ee4f958b8adb4d336fbb6ac522269dfc.tar.gz tinygo-5baee9a8ee4f958b8adb4d336fbb6ac522269dfc.zip |
ci: switch to Go 1.22
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 dcca24f98..d03d2b507 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -35,7 +35,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '1.21' + go-version: '1.22' cache: true - name: Restore cached LLVM source uses: actions/cache/restore@v4 @@ -143,7 +143,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '1.21' + go-version: '1.22' cache: true - name: Download TinyGo build uses: actions/download-artifact@v4 @@ -173,7 +173,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '1.21' + go-version: '1.22' cache: true - name: Download TinyGo build uses: actions/download-artifact@v4 @@ -209,7 +209,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '1.21' + go-version: '1.22' cache: true - name: Download TinyGo build uses: actions/download-artifact@v4 |