Skip to content

Commit

Permalink
Update Go 1.17
Browse files Browse the repository at this point in the history
Did not update go.mod as most dependencies still use 1.16 go.mod files
  • Loading branch information
Nuckal777 committed Sep 22, 2021
1 parent b0279fe commit d8671ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
# always uses the latest patch version.
version: v1.41
version: v1.42
args: "--timeout 5m"
test:
# This job runs on Linux
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17

- name: Cache Go modules
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.16 as builder
FROM golang:1.17 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit d8671ff

Please sign in to comment.