File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 default : " dev-build"
114114 docker : # run the steps with Docker
115115 # CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/
116- - image : cimg/go:1.24.4
116+ - image : cimg/go:1.24.5
117117 steps : # steps that comprise the `build` job
118118 - checkout # check out source code to working directory
119119 - restore_cache : # restores saved cache if no changes are detected since last run
Original file line number Diff line number Diff line change 2525 - name : Set up Go
2626 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2727 with :
28- go-version : " 1.24.4 "
28+ go-version : " 1.24.5 "
2929 - name : Lint
3030 uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
3131 with :
5454 - name : Set up Go
5555 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
5656 with :
57- go-version : " 1.24.4 "
57+ go-version : " 1.24.5 "
5858 - name : Report health score
5959 uses : slackapi/slack-health-score@d58a419f15cdaff97e9aa7f09f95772830ab66f7 # v0.1.1
6060 with :
Original file line number Diff line number Diff line change 11module github.com/slackapi/slack-cli
22
3- go 1.24.4
3+ go 1.24.5
44
55require (
66 github.com/AlecAivazis/survey/v2 v2.3.7
You can’t perform that action at this time.
0 commit comments