Skip to content

Commit

Permalink
Bumps workflows/leakcheck to stable Go.
Browse files Browse the repository at this point in the history
  • Loading branch information
tommie committed Dec 30, 2023
1 parent af527c0 commit a868e97
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/leakcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:

steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.17.2
go-version: stable

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Go Test
env:
CC: clang
Expand Down

0 comments on commit a868e97

Please sign in to comment.