10
.github/workflows/check.yml
vendored
10
.github/workflows/check.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: ['1.19', '1.20', '1.21']
|
go-version: ['1.20', '1.21', '1.22']
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Warewulf
|
- name: Checkout Warewulf
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: ['1.19', '1.20', '1.21']
|
go-version: ['1.20', '1.21', '1.22']
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Warewulf
|
- name: Checkout Warewulf
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: ['1.19', '1.20', '1.21']
|
go-version: ['1.20', '1.21', '1.22']
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Warewulf
|
- name: Checkout Warewulf
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -60,7 +60,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: ['1.19', '1.20', '1.21']
|
go-version: ['1.20', '1.21','1.22']
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Warewulf
|
- name: Checkout Warewulf
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -74,7 +74,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: ['1.19', '1.20', '1.21']
|
go-version: ['1.20', '1.21','1.22']
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Warewulf
|
- name: Checkout Warewulf
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Locally defined `tr` has been dropped, templates updated to use Sprig replace.
|
- Locally defined `tr` has been dropped, templates updated to use Sprig replace.
|
||||||
- Updated the glossary. #819
|
- Updated the glossary. #819
|
||||||
- Upgrade the golang version to 1.19.
|
- Upgrade the golang version to 1.19.
|
||||||
|
- Upgrade the golang version to 1.20.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user