Update to v1.24.11-k3s1 (#7009)

* Update to v1.24.11
* the go version will be updated to match upstream in dockerfiles and gh workflows
---------
Signed-off-by: matttrach <matttrach@gmail.com>
This commit is contained in:
Matt Trachier
2023-03-01 14:41:08 -06:00
committed by GitHub
parent 4c03ae0af9
commit c14436a9ec
7 changed files with 101 additions and 103 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.19.5'
go-version: '1.19.6'
- name: Checkout
uses: actions/checkout@v2
with:

View File

@@ -33,7 +33,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.19.5'
go-version: '1.19.6'
- name: Checkout
uses: actions/checkout@v2
with: