Skip to content

Updated to version 1.21 #49

Updated to version 1.21

Updated to version 1.21 #49

Workflow file for this run

on: push
name: My cool Action
jobs:
checks:
name: run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v3
with:
go-version: '^1.18' # The Go version to download (if necessary) and use.
- run: go test .