Skip to content

Commit

Permalink
Install the Go version as defined in go.mod
Browse files Browse the repository at this point in the history
This takes the latest patch release of similar to our previous version, except now we don't have the Go version duplicated in 3 places

Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
  • Loading branch information
marcofranssen committed Jun 30, 2023
1 parent a6f03bd commit 8ee546c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Install Golang
uses: actions/setup-go@v4.0.1
with:
go-version: '1.20'
go-version-file: go.mod
check-latest: true

- uses: actions/setup-node@v3.6.0
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/master-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Install Golang
uses: actions/setup-go@v4.0.1
with:
go-version: '1.20'
go-version-file: go.mod
check-latest: true

- uses: actions/setup-node@v3.6.0
with:
Expand Down

0 comments on commit 8ee546c

Please sign in to comment.