Skip to content

Commit

Permalink
Merge pull request #150 from waldirborbajr/waldirborbajr-patch-1
Browse files Browse the repository at this point in the history
Update ci-cd.yaml
  • Loading branch information
waldirborbajr authored Apr 1, 2024
2 parents b780bac + f1b76e4 commit 50a53a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.22"
- name: Install deps
run: go install github.com/jstemmer/go-junit-report/v2@latest
- name: Run tests
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.22"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit 50a53a9

Please sign in to comment.