Skip to content

Merge pull request #25 from matsuri-tech/renovate/actions-checkout-6.x #55

Merge pull request #25 from matsuri-tech/renovate/actions-checkout-6.x

Merge pull request #25 from matsuri-tech/renovate/actions-checkout-6.x #55

Workflow file for this run

name: Go
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v6
- name: Set up Go 1.22
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Test
run: go test ./...