Skip to content

Commit b842074

Browse files
authored
align go version in actions (nutanix-cloud-native#237)
1 parent 16aa120 commit b842074

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Go
2929
uses: actions/setup-go@v5
3030
with:
31-
go-version: "^1.19"
31+
go-version-file: go.mod
3232

3333
- name: Describe plugin
3434
id: plugin_describe

.github/workflows/synopsys-schedule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: "^1.19"
22+
go-version-file: go.mod
2323

2424
- name: Build Project
2525
run: make build

.github/workflows/synopsys.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Go
2424
uses: actions/setup-go@v5
2525
with:
26-
go-version: "^1.19"
26+
go-version-file: go.mod
2727

2828
- name: Build Project
2929
run: make build

.github/workflows/test-plugin-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup `golang`
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: ">=1.19.0"
25+
go-version-file: go.mod
2626

2727
- name: Build packer plugin
2828
run: |

0 commit comments

Comments
 (0)