Skip to content

Commit

Permalink
Set go PATH to go1.18 for release/pkg (#1244)
Browse files Browse the repository at this point in the history
* Set go PATH to go1.18 for release/pkg

* try with 1.19
  • Loading branch information
zafs23 authored Nov 10, 2023
1 parent 2caf871 commit a42e8a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ else
GOBIN=$(shell go env GOBIN)
endif

export PATH:=/go/go1.19/bin:$(PATH)

all: build

# Run tests
Expand Down

0 comments on commit a42e8a3

Please sign in to comment.