Skip to content

bump github setup go action to remove warning #21

bump github setup go action to remove warning

bump github setup go action to remove warning #21

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Run tests
run: go test ./...