chore: bump golang to 1.22.3

Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
Khosrow Moossavi
2024-05-27 14:37:21 -04:00
parent 75e05c0630
commit b79a7c485e
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ on:
pull_request:
env:
GO_VERSION: "1.22.1"
GO_VERSION: "1.22.3"
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
jobs:

View File

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

View File

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

View File

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