Skip to content

Commit

Permalink
fix: go version in GHAs
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Nov 8, 2023
1 parent 929aad5 commit aa53450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: "1.20"
- name: Install dependencies
run: go get .
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golanci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: "1.20"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit aa53450

Please sign in to comment.