Skip to content

Bump github.com/adrg/xdg from 0.4.0 to 0.5.0 #57

Bump github.com/adrg/xdg from 0.4.0 to 0.5.0

Bump github.com/adrg/xdg from 0.4.0 to 0.5.0 #57

Workflow file for this run

name: PR check
on:
pull_request:
branches:
- master
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
test:
name: Test
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ^1.18
- run: go test -race -timeout 1m