Skip to content

Commit

Permalink
bump setup-go and checkout action versions (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
purificant committed Dec 17, 2023
1 parent 58ca6d6 commit 2452954
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ jobs:

steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
check-latest: true
cache: false
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
- name: Test
Expand Down

0 comments on commit 2452954

Please sign in to comment.