Skip to content

Commit

Permalink
update go version in makefile (#3981)
Browse files Browse the repository at this point in the history
  • Loading branch information
natasha41575 committed Jun 1, 2023
1 parent 77a54e3 commit 918a82b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
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.20.3
GOLANG_VERSION := 1.20.4
GORELEASER_CONFIG = release/tag/goreleaser.yaml
GORELEASER_IMAGE := ghcr.io/goreleaser/goreleaser-cross:v$(GOLANG_VERSION)

Expand Down Expand Up @@ -78,7 +78,7 @@ fix:

fmt:
go fmt ./...

schema:
GOBIN=$(GOBIN) scripts/generate-schema.sh

Expand Down

0 comments on commit 918a82b

Please sign in to comment.