Skip to content

Commit

Permalink
chore(deps): update docker.io/golang:1.18 docker digest to 6a6996b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 23, 2022
1 parent 189fe5f commit 6dc6491
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: docker.io/golang:1.18@sha256:616aa980e2a8f3944baf5975d475f6ef1a3e50f1ec56fecd2e88280f5d1b4bf2
image: docker.io/golang:1.18@sha256:6a6996b54ea32949ce85df29abf4736e41c627ac2ee0ecb037228b30138ba87c
steps:
- name: clone
uses: actions/checkout@v3
Expand Down
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 @@ jobs:
binary:
runs-on: ubuntu-latest
container:
image: docker.io/golang:1.18@sha256:616aa980e2a8f3944baf5975d475f6ef1a3e50f1ec56fecd2e88280f5d1b4bf2
image: docker.io/golang:1.18@sha256:6a6996b54ea32949ce85df29abf4736e41c627ac2ee0ecb037228b30138ba87c
steps:
- name: clone
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: docker.io/golang:1.18@sha256:616aa980e2a8f3944baf5975d475f6ef1a3e50f1ec56fecd2e88280f5d1b4bf2
image: docker.io/golang:1.18@sha256:6a6996b54ea32949ce85df29abf4736e41c627ac2ee0ecb037228b30138ba87c
steps:
- name: clone
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
validate:
runs-on: ubuntu-latest
container:
image: docker.io/golang:1.18@sha256:616aa980e2a8f3944baf5975d475f6ef1a3e50f1ec56fecd2e88280f5d1b4bf2
image: docker.io/golang:1.18@sha256:6a6996b54ea32949ce85df29abf4736e41c627ac2ee0ecb037228b30138ba87c
steps:
- name: clone
uses: actions/checkout@v3
Expand Down

0 comments on commit 6dc6491

Please sign in to comment.