Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
update build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Frapschen committed May 24, 2024
1 parent be50acf commit 8149a51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ~1.20.8
go-version: "~1.21.9"
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "~1.20.6"
go-version: "~1.21.9"
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
unittest-matrix:
strategy:
matrix:
go-version: ["~1.21.1", "~1.20.8"] # 1.20 is interpreted as 1.2 without quotes
go-version: ["~1.22.2", "~1.21.9"] # 1.20 is interpreted as 1.2 without quotes
group:
- processor
- exporter
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ~1.20.8
go-version: ~1.21.9
cache: false
- name: Cache Go
id: go-cache
Expand Down

0 comments on commit 8149a51

Please sign in to comment.