Skip to content

Bump the ci-cd-dependencies group with 1 update #12

Bump the ci-cd-dependencies group with 1 update

Bump the ci-cd-dependencies group with 1 update #12

Workflow file for this run

name: Go - Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.19.x', '1.20.x', '1.21.x']
steps:
- uses: actions/checkout@v4
- name: Test in Go ${{ matrix.go }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go test ./...