Update go.yml

Updated workflow to use ubuntu-latest as ubuntu-18.04 has been deprecated.
This commit is contained in:
Vinny
2023-06-11 21:19:39 +00:00
committed by GitHub
parent b7b935767f
commit 9bc797e6a4

View File

@@ -4,7 +4,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Set up Go