Skip to content

Changed go version to 1.21 => 1.23.0 #11

Changed go version to 1.21 => 1.23.0

Changed go version to 1.21 => 1.23.0 #11

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup go
uses: actions/setup-go@v4
with:
go-version-file: ./go.mod
- name: run test
run: go test -v ./...