Skip to content

Commit 8fb4830

Browse files
Merge pull request #6 from salesforce/go-1.17
Update to go 1.17 in go.mod
2 parents 4a3299f + ecf706a commit 8fb4830

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ clean:
2929
local-docker-test: ## Build and run unit tests in docker container like CI without building the container
3030
docker run --rm=true -v `pwd`:$(MOUNT_DIR) $(BUILD_CONTAINER) bash -c 'cd $(MOUNT_DIR) && make ci'
3131

32-
local-docker-build: ## Build the container image (which also runs tests)
32+
local-docker-build: ## Build the container image
3333
docker build --no-cache -t $(ORG_AND_REPO) .

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
module github.com/salesforce/ci-result-to-slack
22

3-
go 1.16
3+
go 1.17
44

55
require (
6+
github.com/gorilla/websocket v1.4.2 // indirect
67
github.com/kelseyhightower/envconfig v1.4.0
78
github.com/pkg/errors v0.9.1 // indirect
89
github.com/slack-go/slack v0.9.4

0 commit comments

Comments
 (0)