Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
Changed runs-on: ubuntu-18.04
to runs-on: ubuntu-latest
  • Loading branch information
trulow authored Nov 28, 2023
1 parent ea8ca19 commit d2c4c40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:

build:
name: Build
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
go:
- '1.20'
- '1.15'
- '1.14'
- '1.13'
Expand Down

0 comments on commit d2c4c40

Please sign in to comment.