Skip to content

Commit

Permalink
workflow: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KenjiTakahashi committed May 15, 2023
1 parent 01bc032 commit 4ae4e8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [1.8, 1.9, "1.10", 1.11, 1.12, 1.13, 1.14, 1.15, 1.16]
go: [1.18, 1.19, 1.20]

steps:
- name: setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: resolve dependencies
run: go get -v -t -d ./...
- name: build
Expand Down

0 comments on commit 4ae4e8b

Please sign in to comment.