From a224e769a478cc446c05dbfd5eb7e32d31933172 Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Fri, 8 Apr 2022 16:36:23 -0700 Subject: Use Go 1.18 in all other CI steps Signed-off-by: Joe Richey --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a10d117..ae33ce2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 + with: + go-version: '1.18' - name: Install dependencies run: | sudo dpkg --add-architecture i386 @@ -62,6 +64,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 + with: + go-version: '1.18' - name: Install dependencies run: | sudo apt-get update @@ -109,6 +113,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 + with: + go-version: '1.18' - name: Install dependencies run: | sudo apt-get update @@ -122,6 +128,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 + with: + go-version: '1.18' - name: Install dependencies run: | sudo apt-get update -- cgit v1.2.3