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.26.3
112+ - image : cimg/go:1.26.4
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 2020 - name : Set up Go
2121 uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2222 with :
23- go-version : " 1.26.3 "
23+ go-version : " 1.26.4 "
2424 - name : Lint
2525 run : go tool golangci-lint run --timeout=5m
2626 - name : Unit Tests
4949 - name : Set up Go
5050 uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
5151 with :
52- go-version : " 1.26.3 "
52+ go-version : " 1.26.4 "
5353 - name : Report health score
5454 uses : slackapi/slack-health-score@d58a419f15cdaff97e9aa7f09f95772830ab66f7 # v0.1.1
5555 with :
Original file line number Diff line number Diff line change 11module github.com/slackapi/slack-cli
22
3- go 1.26.3
3+ go 1.26.4
44
55require (
66 charm.land/bubbletea/v2 v2.0.7
You can’t perform that action at this time.
0 commit comments