Skip to content

🔼 Update golang.org/x/sys digest to 914deed - abandoned #320

🔼 Update golang.org/x/sys digest to 914deed - abandoned

🔼 Update golang.org/x/sys digest to 914deed - abandoned #320

Workflow file for this run

name: Test
on:
push:
branches:
- '**'
paths-ignore:
- 'README.md'
- 'LICENSE'
pull_request:
paths-ignore:
- 'README.md'
- 'LICENSE'
jobs:
test:
name: Test
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
go-version: [stable, oldstable]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: go test -v
- name: Test with tag tfogo_checklinkname0
if: matrix.go-version == 'stable'
run: go test -v -ldflags '-checklinkname=0' -tags tfogo_checklinkname0