Skip to content

Commit

Permalink
Merge pull request #332 from iamniting/go-update
Browse files Browse the repository at this point in the history
godeps: update go version
  • Loading branch information
openshift-merge-robot authored Jul 20, 2023
2 parents 044f348 + 37b876f commit c0ce885
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.19", "1.20"]
go: ["1.20"]
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand All @@ -31,9 +31,9 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.19", "1.20"]
go: ["1.20"]
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand All @@ -55,9 +55,9 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.19", "1.20"]
go: ["1.20"]
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod

- uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
version: v1.53.1
args: -E gosec --timeout=6m
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.19 as builder
FROM golang:1.20 as builder

WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/red-hat-storage/odf-operator

go 1.19
go 1.20

require (
github.com/IBM/ibm-storage-odf-operator v1.3.1-0.20230201081526-a62cc98b3818
Expand Down

0 comments on commit c0ce885

Please sign in to comment.