chore: update runner to ubuntu-latest

pull/1710/head
Aaron Liu 2 years ago
parent b9d9e036c9
commit b9143b53f6

@ -5,7 +5,7 @@ on: workflow_dispatch
jobs:
build:
name: Build
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v2

@ -10,12 +10,12 @@ on:
jobs:
test:
name: Test
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.18
- name: Set up Go 1.20
uses: actions/setup-go@v2
with:
go-version: "1.18"
go-version: "1.20"
id: go
- name: Check out code into the Go module directory

Loading…
Cancel
Save