Update go version

This commit is contained in:
Masaaki Goshima 2022-03-18 18:04:21 +09:00
parent e99e62dcbc
commit 7f741a08bc
No known key found for this signature in database
GPG key ID: 6A53785055537153
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
go-version: [ "1.15", "1.16", "1.17" ]
go-version: [ "1.16", "1.17", "1.18" ]
runs-on: ${{ matrix.os }}
steps:
- name: setup Go ${{ matrix.go-version }}
@ -42,7 +42,7 @@ jobs:
- name: setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: checkout ( feature )
uses: actions/checkout@v2
- name: run benchmark ( feature )
@ -64,7 +64,7 @@ jobs:
- name: setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: checkout
uses: actions/checkout@v2
- name: measure coverage

View file

@ -1,7 +1,7 @@
version: '2'
services:
go-json:
image: golang:1.17
image: golang:1.18
volumes:
- '.:/go/src/go-json'
deploy: