Skip to content

Bump the ci-dependencies group with 1 update #6

Bump the ci-dependencies group with 1 update

Bump the ci-dependencies group with 1 update #6

Workflow file for this run

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