Skip to content

feat: bump to go 18

feat: bump to go 18 #7

Workflow file for this run

name: Run tests
on: [push]
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v1
- name: Run tests
uses: actions/setup-go@v1
with:
go-version: '1.13'
- run: go test ./...