Skip to content

Commit 7729f14

Browse files
committed
Update CI configurations
1 parent 1ce2dec commit 7729f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
go-version: [1.18, 1.19, 1.20]
16+
go-version: ['1.18.x', '1.19.x', '1.20.x']
1717

1818
steps:
1919
- name: Checkout
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v3
2424
with:
25-
go-version: ${{ go-version }}
25+
go-version: ${{ matrix.go-version }}
2626

2727
- name: Get dependencies
2828
run: go get -v -t -d ./...

0 commit comments

Comments
 (0)