Skip to content

Commit ddf8804

Browse files
authored
release action: use ubuntu-latest (#361)
1 parent 30d42fd commit ddf8804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
push-image:
1414
name: push image
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
1818
go: ['1.18']

0 commit comments

Comments
 (0)