Skip to content

Commit

Permalink
Update dependency go to 1.19 (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: idodod <[email protected]>
  • Loading branch information
renovate[bot] and idodod committed Sep 6, 2022
1 parent 4936fd1 commit f057844
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
constraints: {
"go": "1.17"
"go": "1.19"
},
extends: [
"config:base"
Expand Down
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION 0.6

ARG ALPINE_VERSION=3.16
ARG GO_VERSION=1.17
ARG GO_VERSION=1.19
ARG LINTER_VERSION=v1.49.0
FROM golang:$GO_VERSION-alpine$ALPINE_VERSION
WORKDIR /app
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/idodod/protoc-gen-fieldmask

go 1.17
go 1.19

require (
github.com/iancoleman/strcase v0.2.0
Expand Down

0 comments on commit f057844

Please sign in to comment.