Merge pull request #148 from vinnyperella/patch-1

Update go.yml to use ubuntu-latest for runs-on
This commit is contained in:
Star Brilliant
2023-06-11 23:37:45 +00:00
committed by GitHub

View File

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