Skip to content

Bump golang.org/x/net in /tool/regularuserangetablebuilder/makegolden… #21

Bump golang.org/x/net in /tool/regularuserangetablebuilder/makegolden…

Bump golang.org/x/net in /tool/regularuserangetablebuilder/makegolden… #21

Workflow file for this run

name: Go
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out code into the Go module directory
uses: actions/[email protected]
with:
path: src/github.com/ikawaha/kanji
- name: Set up Go 1.x
uses: actions/setup-go@@v5.0.1
with:
go-version-file: go.mod
- name: Build
run: go build -v ./...
working-directory: src/github.com/ikawaha/kanji
- name: Test
run: |
go test -v ./...
working-directory: src/github.com/ikawaha/kanji