File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 27
27
with :
28
28
go-version : ${{ matrix.go }}
29
29
- run : make get-deps
30
- if : ${{ matrix.go >= '1.17' }}
30
+ if : ${{ matrix.go >= '1.19' }}
31
+
32
+ # test Dockerfile build on Linux. macOS runners do not ship with Docker
33
+ # installed by default whereas Ubuntu runners do.
34
+ - name : Build in Dockerfile
35
+ run : make docker
36
+ if : ${{ matrix.os == 'ubuntu-22.04' }}
31
37
32
38
# Apple Silicon is not supported by Go < 1.16.
33
39
# https://go.dev/blog/go1.16
Original file line number Diff line number Diff line change 11
11
# ANY KIND, either express or implied. See the License for the specific
12
12
# language governing permissions and limitations under the License.
13
13
14
- FROM golang:1.15
14
+ FROM golang:1.19
15
15
16
16
WORKDIR /go/src/github.com/awslabs/amazon-ecr-credential-helper
17
17
You can’t perform that action at this time.
0 commit comments