Skip to content

Commit

Permalink
feat: update checker go mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw committed Mar 22, 2024
1 parent 255a8c1 commit e8247ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: '^1.21'
go-version: '1.21'

- name: Install typecheck
run: |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go-version }}

Expand Down

0 comments on commit e8247ec

Please sign in to comment.