Skip to content

Commit

Permalink
release action: use ubuntu-latest (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak authored Jan 20, 2023
1 parent 30d42fd commit ddf8804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
push-image:
name: push image
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.18']
Expand Down

0 comments on commit ddf8804

Please sign in to comment.