File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 default : " dev-build"
110110 docker : # run the steps with Docker
111111 # CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/
112- - image : cimg/go:1.24.2
112+ - image : cimg/go:1.24.3
113113 steps : # steps that comprise the `build` job
114114 - checkout # check out source code to working directory
115115 - restore_cache : # restores saved cache if no changes are detected since last run
Original file line number Diff line number Diff line change 3030 - name : Set up Go
3131 uses : actions/setup-go@v5.4.0
3232 with :
33- go-version : " 1.24.2 "
33+ go-version : " 1.24.3 "
3434 - name : Lint
3535 uses : golangci/golangci-lint-action@v8.0.0
3636 with :
5959 - name : Set up Go
6060 uses : actions/setup-go@v5.4.0
6161 with :
62- go-version : " 1.24.2 "
62+ go-version : " 1.24.3 "
6363 - name : Report health score
6464 uses : slackapi/slack-health-score@v0.1.1
6565 with :
Original file line number Diff line number Diff line change 11module github.com/slackapi/slack-cli
22
3- go 1.24.2
3+ go 1.24.3
44
55require (
66 github.com/AlecAivazis/survey/v2 v2.3.7
You can’t perform that action at this time.
0 commit comments