Skip to content

Commit

Permalink
Merge pull request #166 from ivan1993spb/issue_165
Browse files Browse the repository at this point in the history
build: update go to 1.19.5 and alpine to 3.16
  • Loading branch information
ivan1993spb authored Feb 23, 2023
2 parents 714a987 + d3ab585 commit 2f4fdb0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16.4
go-version: 1.19.5

- name: Go Mod
run: go mod download
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# See Makefile
ARG IMAGE_GOLANG=golang:1.16.4-alpine3.13
ARG IMAGE_ALPINE=alpine:3.13
ARG IMAGE_GOLANG=golang:1.19.5-alpine3.16
ARG IMAGE_ALPINE=alpine:3.16
ARG IMAGE_CLIENT=ivan1993spb/snake-lightweight-client:1.5.0

FROM $IMAGE_CLIENT AS client
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ _=$(foreach exec,$(EXECUTABLES), \

IMAGE=ivan1993spb/snake-server

IMAGE_GOLANG=golang:1.16.4-alpine3.13
IMAGE_ALPINE=alpine:3.13
IMAGE_GOLANG=golang:1.19.5-alpine3.16
IMAGE_ALPINE=alpine:3.16
IMAGE_CLIENT=ivan1993spb/snake-lightweight-client:1.5.0

REPO=github.com/ivan1993spb/snake-server
Expand Down

0 comments on commit 2f4fdb0

Please sign in to comment.