Skip to content

Commit

Permalink
Update to go 1.17 in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
justinharringa committed Sep 15, 2021
1 parent 4a3299f commit ecf706a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ clean:
local-docker-test: ## Build and run unit tests in docker container like CI without building the container
docker run --rm=true -v `pwd`:$(MOUNT_DIR) $(BUILD_CONTAINER) bash -c 'cd $(MOUNT_DIR) && make ci'

local-docker-build: ## Build the container image (which also runs tests)
local-docker-build: ## Build the container image
docker build --no-cache -t $(ORG_AND_REPO) .
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
module github.com/salesforce/ci-result-to-slack

go 1.16
go 1.17

require (
github.com/gorilla/websocket v1.4.2 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/pkg/errors v0.9.1 // indirect
github.com/slack-go/slack v0.9.4
Expand Down

0 comments on commit ecf706a

Please sign in to comment.