Skip to content

build(deps): bump wangyoucao577/go-release-action from 1.37 to 1.39 #98

build(deps): bump wangyoucao577/go-release-action from 1.37 to 1.39

build(deps): bump wangyoucao577/go-release-action from 1.37 to 1.39 #98

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
test:
strategy:
matrix:
go-version: [1.17.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: go test -race -v ./...