File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 - name : Set up Go
1616 uses : actions/setup-go@v1
1717 with :
18- go-version : 1.23 .x
18+ go-version : 1.24 .x
1919 - name : Run GoReleaser (dry run)
2020 env :
2121 PACKAGE_NAME : github.com/lets-cli/lets
22- GOLANG_CROSS_VERSION : v1.23
22+ GOLANG_CROSS_VERSION : v1.24
2323 run : |
2424 docker run \
2525 --rm \
3333 - name : Run GoReleaser
3434 env :
3535 PACKAGE_NAME : github.com/lets-cli/lets
36- GOLANG_CROSS_VERSION : v1.23
36+ GOLANG_CROSS_VERSION : v1.24
3737 run : |
3838 docker run \
3939 --rm \
Original file line number Diff line number Diff line change 2222 - name : Setup go
2323 uses : actions/setup-go@v2
2424 with :
25- go-version : 1.23 .x
25+ go-version : 1.24 .x
2626 - name : Checkout code
2727 uses : actions/checkout@v2
2828 - run : go install gotest.tools/gotestsum@latest
Original file line number Diff line number Diff line change 1- FROM golang:1.23 -bookworm as builder
1+ FROM golang:1.24 -bookworm as builder
22
33ENV GOPROXY https://proxy.golang.org
44ENV CGO_ENABLED 1
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ title: Changelog
55
66## [ Unreleased] ( https://github.com/lets-cli/lets/releases/tag/v0.0.X )
77
8+ * ` [Dependency] ` update go to ` 1.24 `
9+
810## [ 0.0.55] ( https://github.com/lets-cli/lets/releases/tag/v0.0.55 )
911
1012* ` [Added] ` ` lets self ` command that is ment to be a new home for all lets own commands such as ` completions ` (soon) or ` lsp `
Original file line number Diff line number Diff line change 11module github.com/lets-cli/lets
22
3- go 1.23
3+ go 1.24
44
55require (
66 github.com/codeclysm/extract v2.2.0+incompatible
Original file line number Diff line number Diff line change @@ -130,4 +130,4 @@ commands:
130130
131131 run-docs :
132132 work_dir : docs
133- cmd : npm start
133+ cmd : npm start
You can’t perform that action at this time.
0 commit comments