Skip to content

Commit e885078

Browse files
authored
chore: update golang to 1.23.8 for release automation runner (runfinch#211)
chore: update golang to 1.23.8 Signed-off-by: Justin Alvarez <[email protected]>
1 parent e5cef2a commit e885078

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- '**.md'
1313
workflow_dispatch:
1414
env:
15-
GO_VERSION: '1.23.7'
15+
GO_VERSION: '1.23.8'
1616
GOLANGCI_LINT_VERSION: '1.60.3'
1717
jobs:
1818
git-secrets:

.github/workflows/release-automation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
workflow_call:
55
env:
6-
GO_VERSION: '1.23.7'
6+
GO_VERSION: '1.23.8'
77
permissions:
88
contents: write
99
deployments: write

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/runfinch/finch-daemon
22

3-
go 1.23.7
3+
go 1.23.8
44

55
require (
66
github.com/containerd/cgroups/v3 v3.0.5

0 commit comments

Comments
 (0)