Skip to content

Commit

Permalink
go v1.22 for CI and docker (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris authored Apr 5, 2024
1 parent 963b619 commit effe201
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ^1.20
go-version: ^1.22
id: go

- name: Checkout code
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ^1.20
go-version: ^1.22
id: go

- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM golang:1.20 as builder
FROM golang:1.22 as builder
ARG VERSION
WORKDIR /build
ADD . /build/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tee
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM golang:1.20 as builder
FROM golang:1.22 as builder
ARG VERSION
WORKDIR /build
ADD . /build/
Expand Down

0 comments on commit effe201

Please sign in to comment.