Skip to content

Commit

Permalink
Change to using 1.22.2
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <[email protected]>
  • Loading branch information
toomore committed Nov 15, 2024
1 parent 00268ef commit f6827bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.5
go-version: 1.22.2

- name: Build
run: go build -v ./...
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.9-alpine3.20
FROM golang:1.22.2-alpine3.20

WORKDIR /go/src/github.com/toomore/mailbox/

Expand Down
2 changes: 1 addition & 1 deletion build-base.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
docker pull alpine:3.20.2
docker pull golang:1.22.9-alpine3.20
docker pull golang:1.22.2-alpine3.20
docker build -t toomore/mailbox:base ./
2 changes: 1 addition & 1 deletion dev-run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ docker run -it --rm --link mailbox-mariadb:MARIADB \
-e "mailbox_ses_sender=???" \
-e "mailbox_ses_replyto=???" \
-e "mailbox_web_site=???" \
golang:1.22.9-alpine3.20 bash
golang:1.22.2-alpine3.20 bash

0 comments on commit f6827bc

Please sign in to comment.