File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change 11module github.com/shellhub-io/shellhub/agent
22
3- go 1.24.7
3+ go 1.24.9
44
55require (
66 github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5
Original file line number Diff line number Diff line change 11module github.com/shellhub-io/shellhub/api
22
3- go 1.24.7
3+ go 1.24.9
44
55require (
66 github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08
Original file line number Diff line number Diff line change 11module github.com/shellhub-io/shellhub/cli
22
3- go 1.24.7
3+ go 1.24.9
44
55require (
66 github.com/shellhub-io/shellhub v0.13.4
Original file line number Diff line number Diff line change 11module github.com/shellhub-io/shellhub/gateway
22
3- go 1.24.7
3+ go 1.24.9
44
55require (
66 github.com/fsnotify/fsnotify v1.7.0
Original file line number Diff line number Diff line change 11module github.com/shellhub-io/shellhub
22
3- go 1.24.7
3+ go 1.24.9
44
55require (
66 github.com/adhocore/gronx v1.8.1
Original file line number Diff line number Diff line change 11module github.com/shellhub-io/shellhub/openapi
22
3- go 1.24.7
3+ go 1.24.9
44
55require github.com/shellhub-io/shellhub v0.20.1
66
Original file line number Diff line number Diff line change 11module github.com/shellhub-io/shellhub/ssh
22
3- go 1.24.7
3+ go 1.24.9
44
55require (
66 github.com/Masterminds/semver v1.5.0
You can’t perform that action at this time.
0 commit comments