Skip to content

Commit

Permalink
testing: bump golang 1.15 local dev
Browse files Browse the repository at this point in the history
Signed-off-by: ldelossa <[email protected]>
  • Loading branch information
ldelossa authored and ldelossa committed Sep 11, 2020
1 parent 6f3dbd5 commit 40861cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
--health-retries 5
strategy:
matrix:
go: ['1.13', '1.14']
go: ['1.13', '1.14', '1.15']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ podman-dev-down: etc/podman.yaml
podman pod stop -t 10 $$(awk '/^ name:/{print $$NF}' <$<)
podman pod rm $$(awk '/^ name:/{print $$NF}' <$<)

GO_VERSION ?= 1.13.5
GO_CHECKSUM ?= 512103d7ad296467814a6e3f635631bd35574cab3369a97a323c9a585ccaa569
GO_VERSION ?= 1.15.2
GO_CHECKSUM ?= b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552
.PHONY: baseimage
baseimage:
buildah bud -f etc/Dockerfile -t quay.io/claircore/golang:$(GO_VERSION) \
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
start_period: 10s

libindexhttp:
image: quay.io/claircore/golang:1.13.3
image: quay.io/claircore/golang:1.15.2
container_name: libindexhttp
ports:
- "8080:8080"
Expand All @@ -43,7 +43,7 @@ services:
[ "bash", "-c", "cd /src/claircore/cmd/libindexhttp; go run -mod vendor ." ]

libvulnhttp:
image: quay.io/claircore/golang:1.13.3
image: quay.io/claircore/golang:1.15.2
container_name: libvulnhttp
ports:
- "8081:8081"
Expand Down

0 comments on commit 40861cf

Please sign in to comment.