Skip to content

Commit 8efaece

Browse files
Merge pull request #16 from cli/wm-setup-go-mod
Use go mod file for setup go
2 parents bade90d + 1bd98ab commit 8efaece

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
go: [ '1.21' ]
98
os: [ ubuntu-latest, macos-latest, windows-latest ]
109
fail-fast: false
1110

@@ -17,5 +16,5 @@ jobs:
1716
- name: Setup go
1817
uses: actions/setup-go@v4
1918
with:
20-
go-version: ${{ matrix.go }}
19+
go-version-file: go.mod
2120
- run: go test -v ./...

0 commit comments

Comments
 (0)