Skip to content

Commit

Permalink
update actions/setup-go in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
jub0bs committed Sep 5, 2024
1 parent cab91a8 commit 01a1b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Check out Source
uses: actions/checkout@v4
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
cache: true
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
with:
path: new
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Install benchstat
Expand Down

0 comments on commit 01a1b78

Please sign in to comment.