Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Bump golang.org/x/mod from 0.16.0 to 0.17.0 #68

Bump golang.org/x/mod from 0.16.0 to 0.17.0

Bump golang.org/x/mod from 0.16.0 to 0.17.0 #68

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.20' ]
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Run CI
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: make ci