Skip to content

Revert the commits d6140f1a79344c00fa084f1b6b1292b1a9971628 e2812bcd9… #350

Revert the commits d6140f1a79344c00fa084f1b6b1292b1a9971628 e2812bcd9…

Revert the commits d6140f1a79344c00fa084f1b6b1292b1a9971628 e2812bcd9… #350

Workflow file for this run

name: tests
on:
push:
permissions:
contents: none
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version-file: .go-version
check-latest: true
- name: go test
env:
GO111MODULE: 'on'
run: go test