Skip to content

Commit 5a09ebd

Browse files
authored
Merge pull request Masterminds#333 from mattfarina/bump-go-18
Updating the go and action versions used in testing
2 parents ae1d86e + eb664c6 commit 5a09ebd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.13.x, 1.14.x, 1.15.x]
7+
go-version: [1.16.x, 1.17.x, 1.18.x]
88
platform: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.platform }}
1010
steps:
1111
- name: Install Go
12-
uses: actions/setup-go@v1
12+
uses: actions/setup-go@v3
1313
with:
1414
go-version: ${{ matrix.go-version }}
1515
- name: Checkout code
16-
uses: actions/checkout@v1
16+
uses: actions/checkout@v3
1717
- name: Test
1818
env:
1919
GO111MODULE: on

0 commit comments

Comments
 (0)