Bump golang to 1.21.5

Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
Khosrow Moossavi
2023-12-07 19:01:18 -05:00
parent e5abff0187
commit 47bb0d29e5
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -6,7 +6,7 @@
# You may obtain a copy of the License at the LICENSE file in
# the root directory of this source tree.
FROM golang:1.18.10-alpine AS builder
FROM golang:1.21.5-alpine AS builder
RUN apk add --update --no-cache make