Skip to content

Bump golang from 1.19 to 1.22 #33

Bump golang from 1.19 to 1.22

Bump golang from 1.19 to 1.22 #33

Workflow file for this run

name: Go
on:
push:
branches-ignore:
- 'main'
jobs:
build_go:
name: Test Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.19
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Build
run: auto/build
- name: Test
run: |
build/roo_linux_amd64 -version
go test -v .
- name: Upload build artefacts
uses: actions/upload-artifact@v2
with:
name: binaries
path: build/roo_*