mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-03-29 11:59:57 +00:00
Merge pull request #148 from vinnyperella/patch-1
Update go.yml to use ubuntu-latest for runs-on
This commit is contained in:
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -4,7 +4,7 @@ jobs:
|
||||
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Set up Go
|
||||
|
||||
Reference in New Issue
Block a user