diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 4f658d35..416bde4c 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: ['1.19', '1.20', '1.21'] + go-version: ['1.20', '1.21', '1.22'] steps: - name: Checkout Warewulf uses: actions/checkout@v4 @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: ['1.19', '1.20', '1.21'] + go-version: ['1.20', '1.21', '1.22'] steps: - name: Checkout Warewulf uses: actions/checkout@v4 @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: ['1.19', '1.20', '1.21'] + go-version: ['1.20', '1.21', '1.22'] steps: - name: Checkout Warewulf uses: actions/checkout@v4 @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: ['1.19', '1.20', '1.21'] + go-version: ['1.20', '1.21','1.22'] steps: - name: Checkout Warewulf uses: actions/checkout@v4 @@ -74,7 +74,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: ['1.19', '1.20', '1.21'] + go-version: ['1.20', '1.21','1.22'] steps: - name: Checkout Warewulf uses: actions/checkout@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8faff620..6f9937e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. - Updated the glossary. #819 - Upgrade the golang version to 1.19. +- Upgrade the golang version to 1.20. ### Fixed diff --git a/go.mod b/go.mod index f7a2e893..c81c16fa 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/warewulf/warewulf -go 1.19 +go 1.20 require ( github.com/Masterminds/sprig/v3 v3.2.3