Bump golang to 1.22.1

Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
Khosrow Moossavi
2024-03-15 12:47:17 -04:00
parent 7a00604085
commit a321c282f2
14 changed files with 60 additions and 2423 deletions

View File

@@ -7,7 +7,7 @@ on:
pull_request:
env:
GO_VERSION: "1.21.5"
GO_VERSION: "1.22.1"
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
jobs:
@@ -73,7 +73,7 @@ jobs:
- name: Check License headers
run: |
GO111MODULE=off go get github.com/google/addlicense
go install github.com/google/addlicense@latest
addlicense -check $(find . -type f -name "*.go")
addlicense -check $(find . -type f -name "*.sh")

View File

@@ -6,7 +6,7 @@ on:
- master
env:
GO_VERSION: "1.21.5"
GO_VERSION: "1.22.1"
jobs:
analyze:

View File

@@ -6,7 +6,7 @@ on:
- "v*.*.*-*"
env:
GO_VERSION: "1.21.5"
GO_VERSION: "1.22.1"
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
jobs:

View File

@@ -7,7 +7,7 @@ on:
- "!v*.*.*-*"
env:
GO_VERSION: "1.21.5"
GO_VERSION: "1.22.1"
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
jobs: