Skip to content

Bump restic/restic from 0.17.0 to 0.17.1 (#393) #5

Bump restic/restic from 0.17.0 to 0.17.1 (#393)

Bump restic/restic from 0.17.0 to 0.17.1 (#393) #5

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.21'
- run: go test -v ./...
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.21'
- run: go build -v .