Skip to content

Commit

Permalink
moq was using golang 1.23 for latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kannon92 committed Aug 30, 2024
1 parent 68de9d9 commit 6bd3a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

GOLANG_VERSION ?= 1.22.2
GOLANG_VERSION ?= 1.22.6

DRIVER_NAME := dra-example-driver
MODULE := sigs.k8s.io/$(DRIVER_NAME)
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.devel
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ RUN go install github.com/gordonklaus/ineffassign@latest && \
go install github.com/client9/misspell/cmd/misspell@latest

RUN go install github.com/golangci/golangci-lint/cmd/[email protected]
RUN go install github.com/matryer/moq@latest
RUN go install github.com/matryer/moq@v0.4.0
RUN go install sigs.k8s.io/controller-tools/cmd/[email protected]
RUN go install k8s.io/code-generator/cmd/[email protected]

0 comments on commit 6bd3a37

Please sign in to comment.