Skip to content

Commit abe5c8f

Browse files
henrybarretootavio
authored andcommitted
chore: update golang to 1.24.9
1 parent 0062a53 commit abe5c8f

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

.github/workflows/build-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: setup go
125125
uses: actions/setup-go@v6
126126
with:
127-
go-version: '1.24'
127+
go-version: '1.24.9'
128128

129129
- name: Set release version
130130
run: echo RELEASE_VERSION=${GITHUB_REF#refs/*/} >> $GITHUB_ENV

.github/workflows/dependabot_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
token: ${{ secrets.PAT }}
2121
- uses: actions/setup-go@v6
2222
with:
23-
go-version: "1.24"
23+
go-version: "1.24.9"
2424
- name: Run prepare-release script to update Go modules
2525
run: |
2626
./devscripts/prepare-release

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
if: matrix.project != 'ui' && steps.filter.outputs.go == 'true' && github.event.pull_request.draft == false
7373
uses: actions/setup-go@v6
7474
with:
75-
go-version: "1.24"
75+
go-version: "1.24.9"
7676
id: go
7777

7878
- name: Get Go dependencies [Go]

agent/go.mod

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

3-
go 1.24.7
3+
go 1.24.9
44

55
require (
66
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5

api/go.mod

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

3-
go 1.24.7
3+
go 1.24.9
44

55
require (
66
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08

cli/go.mod

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

3-
go 1.24.7
3+
go 1.24.9
44

55
require (
66
github.com/shellhub-io/shellhub v0.13.4

gateway/go.mod

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

3-
go 1.24.7
3+
go 1.24.9
44

55
require (
66
github.com/fsnotify/fsnotify v1.7.0

go.mod

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

3-
go 1.24.7
3+
go 1.24.9
44

55
require (
66
github.com/adhocore/gronx v1.8.1

openapi/go.mod

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

3-
go 1.24.7
3+
go 1.24.9
44

55
require github.com/shellhub-io/shellhub v0.20.1
66

ssh/go.mod

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

3-
go 1.24.7
3+
go 1.24.9
44

55
require (
66
github.com/Masterminds/semver v1.5.0

0 commit comments

Comments
 (0)