Skip to content

Commit

Permalink
ci: don't allow go to update itself
Browse files Browse the repository at this point in the history
[skip cd]
  • Loading branch information
tulir committed Sep 13, 2024
1 parent 1dc480b commit 89373f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Go

on: [push, pull_request]

env:
GOTOOLCHAIN: local

jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 89373f3

Please sign in to comment.