Skip to content

Bump golang.org/x/mod from 0.20.0 to 0.21.0 #652

Bump golang.org/x/mod from 0.20.0 to 0.21.0

Bump golang.org/x/mod from 0.20.0 to 0.21.0 #652

Workflow file for this run

name: Test
on:
push:
branches:
- '*'
tags:
# semver tags:
- 'v[12].[0-9]+.[0-9]+'
pull_request:
branches:
- main
- 'release/**'
jobs:
test:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Test
run: |
make tools
make test