Skip to content

Commit

Permalink
fix workflow go version (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
shidaxi committed Mar 13, 2024
1 parent 4d49b52 commit 74e3b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-make-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
submodules: recursive
token: ${{ secrets.PAT }}
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
golang-version: 1.19
go-version: '1.20'
- name: Checking Make Build
run: |
sudo apt update
Expand Down

0 comments on commit 74e3b45

Please sign in to comment.