Skip to content

Commit 8423fc0

Browse files
x4e-jonaskhos2ow
authored andcommitted
Bump golang to 1.18.10
Signed-off-by: x4e-jonas <x4e-jonas@users.noreply.github.com>
1 parent ab541d6 commit 8423fc0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
env:
10-
GO_VERSION: "1.18.3"
10+
GO_VERSION: "1.18.10"
1111
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
1212

1313
jobs:

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77

88
env:
9-
GO_VERSION: "1.18.3"
9+
GO_VERSION: "1.18.10"
1010

1111
jobs:
1212
analyze:

.github/workflows/prerelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "v*.*.*-*"
77

88
env:
9-
GO_VERSION: "1.18.3"
9+
GO_VERSION: "1.18.10"
1010
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
1111

1212
jobs:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- "!v*.*.*-*"
88

99
env:
10-
GO_VERSION: "1.18.3"
10+
GO_VERSION: "1.18.10"
1111
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
1212

1313
jobs:

0 commit comments

Comments
 (0)