Skip to content

Bump golang.org/x/net from 0.14.0 to 0.17.0 #89

Bump golang.org/x/net from 0.14.0 to 0.17.0

Bump golang.org/x/net from 0.14.0 to 0.17.0 #89

Workflow file for this run

name: build
on:
push:
branches:
- "**"
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- name: Install terraform
run: make tools.terraform
- name: Run linter
run: make lint
- name: Create build
run: make build
- name: Run tests
run: make test
- name: Run terraform fmt check
run: make terraform-fmtcheck
- name: Run tflint
run: make terraform-lint