Skip to content

Commit

Permalink
Chore fix make upgrade go version
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Sep 3, 2024
1 parent 7d33f72 commit 3a704ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/make-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ steps.app_token.outputs.token }}
- name: setup-go
uses: actions/setup-go@v5
with:
go-version: '1.23.x'
cache: false
- name: Set up Git name and email
run: |
git config user.name 'github-actions[bot]'
Expand Down

0 comments on commit 3a704ab

Please sign in to comment.