Skip to content

Commit

Permalink
chore(go): updates go version to 1.20.6 in golangci-lint, qa and rele…
Browse files Browse the repository at this point in the history
…ase workflows
  • Loading branch information
arldka committed Jul 12, 2023
1 parent 5bd7681 commit f97da97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.20.3
go-version: 1.20.6
- uses: actions/checkout@v3
- name: golangci-lint-petra
uses: golangci/golangci-lint-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.20.3
go-version: 1.20.6
- uses: actions/checkout@v3
- name: go-build
run: go build
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.20.3
go-version: 1.20.6
- uses: actions/checkout@v3
- name: go-build
run: go build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: 1.20.4
go-version: 1.20.6
cache: true

- name: Cosign Private Key
Expand Down

0 comments on commit f97da97

Please sign in to comment.