Skip to content

Commit

Permalink
test: upgrade checkout, setup-go version
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Mar 26, 2024
1 parent 77c1e55 commit 44a8a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
go-version: ['1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

Expand Down

0 comments on commit 44a8a7b

Please sign in to comment.