Skip to content

Bump github.com/zmb3/spotify/v2 from 2.3.1 to 2.4.0 #39

Bump github.com/zmb3/spotify/v2 from 2.3.1 to 2.4.0

Bump github.com/zmb3/spotify/v2 from 2.3.1 to 2.4.0 #39

Workflow file for this run

name: Go
on: [ pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.0'
- name: Build
run: go build -v ./...
tidy:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.0'
- uses: evantorrie/mott-the-tidier@v1-beta
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: go mod tidy