Skip to content

Bump actions/setup-go from 5 to 6 #112

Bump actions/setup-go from 5 to 6

Bump actions/setup-go from 5 to 6 #112

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
tsplot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- run: make test