Skip to content

Commit

Permalink
pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gcottom committed Jun 1, 2024
1 parent b01fa62 commit c3daa23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.18'
- name: Checkout Repo
id: checkout_repo
uses: actions/checkout@v3
Expand Down

0 comments on commit c3daa23

Please sign in to comment.