Skip to content

Commit

Permalink
Move to go 1.20 and improve caching
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Dec 9, 2023
1 parent e807ce4 commit ff6ad49
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-11]
go-version: [1.19]
go-version: ['1.20', '1.21']

steps:
- name: Checkout code
Expand All @@ -27,6 +27,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
cache-dependency-path: ./v2/go.sum

- name: Run tests (mac)
if: matrix.os == 'macos-latest' || matrix.os == 'macos-11'
Expand Down Expand Up @@ -89,7 +90,7 @@ jobs:
vanilla-ts,
plain,
]
go-version: [1.19]
go-version: ['1.20', '1.21']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -98,6 +99,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
cache-dependency-path: ./v2/go.sum

- name: Build Wails CLI
run: |
Expand Down

0 comments on commit ff6ad49

Please sign in to comment.