Skip to content

Commit 3953c8c

Browse files
authoredJun 8, 2022
chore: Bump docker version image to 1.18 (#75)
1 parent ca02870 commit 3953c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
strategy:
3333
matrix:
34-
goVersion: [ '1.17' ]
34+
goVersion: [ '1.18' ]
3535
steps:
3636
- name: Checkout project
3737
uses: actions/checkout@v3
@@ -52,4 +52,4 @@ jobs:
5252
push: true
5353
tags: |
5454
atomys/webhooked:${{ github.ref_name }}
55-
atomys/webhooked:latest
55+
atomys/webhooked:latest

0 commit comments

Comments
 (0)
Please sign in to comment.