Skip to content

Commit

Permalink
ci: use Go version 1.20 (#335)
Browse files Browse the repository at this point in the history
rusty-lassie doesn't support Go version 1.21 yet.

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
  • Loading branch information
bajtos authored Aug 21, 2023
1 parent a5b6347 commit 6062869
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: stable
go-version: '1.20'
cache: false # caching requires a go.sum file, which we don't have in our project

- uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e # v1
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: stable
go-version: '1.20'
cache: false # caching requires a go.sum file, which we don't have in our project

- uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e # v1
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: stable
go-version: '1.20'
cache: false # caching requires a go.sum file, which we don't have in our project

- uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e # v1
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: stable
go-version: '1.20'
cache: false # caching requires a go.sum file, which we don't have in our project

- uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e # v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: stable
go-version: '1.20'
cache: false # caching requires a go.sum file, which we don't have in our project

- name: Setup | Rust
Expand Down

0 comments on commit 6062869

Please sign in to comment.