Skip to content

Commit

Permalink
ci: fix go version printing in CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sewera committed Nov 10, 2023
1 parent 5954fb1 commit af2c846
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: "actions/setup-go@v4"
with:
go-version: "1.21"

- name: "Go version"
run: "go version"

- name: "Test"
Expand Down

0 comments on commit af2c846

Please sign in to comment.