Skip to content

Commit

Permalink
added go to workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
TRudenko22 committed May 22, 2023
1 parent 5e2eb22 commit bbdec6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push-to-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20

- name: Quay Login
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit bbdec6c

Please sign in to comment.