Skip to content

Commit

Permalink
Update Go to 1.15.5
Browse files Browse the repository at this point in the history
Also bump actions/setup-go to v2.1.3.
  • Loading branch information
timoreimann committed Nov 23, 2020
1 parent c8c66da commit 3287460
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Expand Up @@ -39,9 +39,9 @@ jobs:
fetch-depth: 1

- name: Go setup
uses: actions/setup-go@8a3a76c # v2.1.2
uses: actions/setup-go@37335c7 # v2.1.3
with:
go-version: '1.15.2'
go-version: '1.15.5'

- name: Run unit tests
run: make all
Expand Down Expand Up @@ -98,9 +98,9 @@ jobs:
fetch-depth: 1

- name: Go setup
uses: actions/setup-go@8a3a76c # v2.1.2
uses: actions/setup-go@37335c7 # v2.1.3
with:
go-version: '1.15.2'
go-version: '1.15.5'

- name: Install kustomize
env:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@

NAME=do-csi-plugin
OS ?= linux
GO_VERSION := 1.15.2
GO_VERSION := 1.15.5
ifeq ($(strip $(shell git status --porcelain 2>/dev/null)),)
GIT_TREE_STATE=clean
else
Expand Down

0 comments on commit 3287460

Please sign in to comment.