Skip to content

all: Bump Go version. #8

all: Bump Go version.

all: Bump Go version. #8

name: Build and test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Build
run: go build -v ./cmd/noxtools
# TODO: list packages explicitly
# - name: Test
# run: go test -v ./...