File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed
Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414
1515jobs :
1616 set-version :
17- runs-on : ubuntu-latest
17+ runs-on : ubuntu-22.04
1818 container :
1919 image : mcr.microsoft.com/dotnet/sdk:6.0
2020 outputs :
3535 id : gitversion
3636
3737 pr :
38- runs-on : ubuntu-latest
38+ runs-on : ubuntu-22.04
3939 needs : set-version
4040 env :
4141 REVISION : $GITHUB_SHA
Original file line number Diff line number Diff line change 44contexts :
55 unit:test :
66 container :
7- name : docker .io/dnitsch /aws-cli-auth-ci:0.6 .0
7+ name : ghcr .io/devlabfoundry /aws-cli-auth-ci:0.2 .0
88 entrypoint : /usr/bin/env
99 shell : sh
1010 shell_args :
@@ -13,7 +13,6 @@ contexts:
1313 exclude :
1414 - HOME
1515 - GO
16- - TMP
1716
1817pipelines :
1918 build :
5857 command :
5958 - |
6059 mkdir -p .coverage
61- export GOPATH=$ PWD/.deps GOBIN=$ PWD/.deps/bin
60+ export GOPATH="${ PWD} /.deps" GOBIN="${ PWD} /.deps/bin"
6261 go install github.com/jstemmer/[email protected] 6362 go install github.com/axw/gocov/[email protected] 6463 go install github.com/AlekSi/[email protected]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments