Skip to content

Bump gopkg.in/yaml.v3 from 3.0.0-20200605160147-a5ece683394c to 3.0.0… #38

Bump gopkg.in/yaml.v3 from 3.0.0-20200605160147-a5ece683394c to 3.0.0…

Bump gopkg.in/yaml.v3 from 3.0.0-20200605160147-a5ece683394c to 3.0.0… #38

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- uses: actions/checkout@v4
- name: Get dependencies
run: |
go mod tidy
- name: Build
run: go build -v .