From 4b912403c12fa755937e86188b6f9038afa739f9 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 27 Aug 2024 16:44:32 +1000 Subject: [PATCH] fix: go1.12 for go-fuzz ci workflow --- .github/workflows/go-fuzz.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-fuzz.yml b/.github/workflows/go-fuzz.yml index 64bbdd5..355ae3b 100644 --- a/.github/workflows/go-fuzz.yml +++ b/.github/workflows/go-fuzz.yml @@ -15,7 +15,7 @@ jobs: submodules: recursive - uses: actions/setup-go@v5 with: - go-version: 1.18.x + go-version: 1.22.x - name: Go information run: | go version @@ -35,7 +35,7 @@ jobs: submodules: recursive - uses: actions/setup-go@v5 with: - go-version: 1.18.x + go-version: 1.22.x - name: Go information run: | go version