Skip to content

Bump github.com/zmb3/spotify/v2 from 2.4.0 to 2.4.1 #51

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

Bump github.com/zmb3/spotify/v2 from 2.4.0 to 2.4.1 #51

Workflow file for this run

name: Go
on: [ pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21.0'
- name: Build
run: go build -v ./...