Skip to content

Commit

Permalink
Use older version of Golang
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljbruce committed Apr 26, 2024
1 parent 53b75ee commit 11e0b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/retries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
node-version: ${{ matrix.node }}
- uses: actions/setup-go@v5
with:
go-version: '>=1.20.2'
go-version: '1.19.5'
- run: chmod +x .kokoro/retries.sh
- run: npm install
- run: go version
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/retries.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11e0b0a

Please sign in to comment.