Skip to content

Commit

Permalink
Go version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
koushik-swaminathan committed Jul 12, 2024
1 parent b268dcb commit b63b21a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'
-
name: Import GPG key
id: import_gpg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'
-
name: fmt check
run: make fmtcheck
Expand Down

0 comments on commit b63b21a

Please sign in to comment.