Skip to content

Bump alpine from 3.16 to 3.18 #137

Bump alpine from 3.16 to 3.18

Bump alpine from 3.16 to 3.18 #137

Workflow file for this run

on: [pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.18, 1.19]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: setup go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: checkout code
uses: actions/checkout@v4
- name: test
run: go test -v -race ./...