Skip to content

chore: Bump dagger.io/dagger from 0.11.4 to 0.13.0 #131

chore: Bump dagger.io/dagger from 0.11.4 to 0.13.0

chore: Bump dagger.io/dagger from 0.11.4 to 0.13.0 #131

Workflow file for this run

name: CI
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
jobs:
unit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: 1.21
check-latest: true
- name: Run tests
run: go test -v ./...