Skip to content

Commit

Permalink
chore: bump Go to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
thoas committed Apr 5, 2024
1 parent 6ac9371 commit ec835ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.22"

- name: Build
run: make build
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.21-bookworm as builder
FROM golang:1.22-bookworm as builder
LABEL stage=builder

ENV REPO=thoas/picfit
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-bookworm
FROM golang:1.22-bookworm

ADD . /go/src/github.com/thoas/picfit

Expand Down

0 comments on commit ec835ab

Please sign in to comment.