Skip to content

Commit

Permalink
Bump golang to 1.18.10
Browse files Browse the repository at this point in the history
Signed-off-by: x4e-jonas <x4e-jonas@users.noreply.github.com>
  • Loading branch information
x4e-jonas authored and khos2ow committed Dec 18, 2023
1 parent ab541d6 commit 8423fc0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
GO_VERSION: "1.18.3"
GO_VERSION: "1.18.10"
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Expand Up @@ -6,7 +6,7 @@ on:
- master

env:
GO_VERSION: "1.18.3"
GO_VERSION: "1.18.10"

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Expand Up @@ -6,7 +6,7 @@ on:
- "v*.*.*-*"

env:
GO_VERSION: "1.18.3"
GO_VERSION: "1.18.10"
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -7,7 +7,7 @@ on:
- "!v*.*.*-*"

env:
GO_VERSION: "1.18.3"
GO_VERSION: "1.18.10"
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}

jobs:
Expand Down

0 comments on commit 8423fc0

Please sign in to comment.