Skip to content

fix(deps): update module github.com/dal-go/dalgo-end2end-tests to v0.0.43 #223

fix(deps): update module github.com/dal-go/dalgo-end2end-tests to v0.0.43

fix(deps): update module github.com/dal-go/dalgo-end2end-tests to v0.0.43 #223

Workflow file for this run

name: Go CI
on:
push:
branches:
- main
tags:
- 'v[0-9]+\.[0-9]+\.[0-9]+'
pull_request:
branches:
- main
jobs:
go_ci:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '^1.20'
- uses: strongo/go-ci-action@v1.1.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: end2end
run: go test -v ./end2end