Skip to content

Bump the ci-dependencies group with 1 update #3

Bump the ci-dependencies group with 1 update

Bump the ci-dependencies group with 1 update #3

Workflow file for this run

name: Go - Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.17', '1.18', '1.19']
steps:
- uses: actions/checkout@v4
- name: Build with Go ${{ matrix.go }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: go build ./...