Skip to content

Commit

Permalink
also switch ci for go images to checkout@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun authored Apr 23, 2020
1 parent c3a7ec6 commit 5a064a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build_go_image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build --rm -f build.go/Dockerfile -t build.go:latest build.go

0 comments on commit 5a064a1

Please sign in to comment.