Skip to content

fix(deps): update module github.com/equinix/equinix-sdk-go to v0.45.0 #79

fix(deps): update module github.com/equinix/equinix-sdk-go to v0.45.0

fix(deps): update module github.com/equinix/equinix-sdk-go to v0.45.0 #79

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.56
-
name: Check GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: check
test:
name: test
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22' ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: go test -v ./...