mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-03 11:53:41 +02:00
Drop support for golang 1.18 and 1.19, only support the 2 latest major releases.
This commit is contained in:
parent
7cdf2f113d
commit
1356b58b55
3 changed files with 3 additions and 3 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.18
|
go-version: 1.21
|
||||||
|
|
||||||
- name: compile
|
- name: compile
|
||||||
id: compile
|
id: compile
|
||||||
|
|
|
||||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
go-version: ["1.18", "1.19", "1.20"]
|
go-version: ["1.20", "1.21"]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Test (go v${{ matrix.go-version }})
|
name: Test (go v${{ matrix.go-version }})
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ Consult the [documentation](https://thalos.waxsweden.org/docs) for more informat
|
||||||
|
|
||||||
## Compiling
|
## Compiling
|
||||||
|
|
||||||
You will need golang version `1.18` or later to compile the source.
|
You will need golang version `1.20` or later to compile the source.
|
||||||
|
|
||||||
Compile using make:
|
Compile using make:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue