Skip to content

Commit

Permalink
Update: update CI and dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Jun 5, 2024
1 parent 6c13742 commit 9424b71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/images/primary/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FROM golang:1.10.1
FROM golang:1.21.7-stretch AS build
FROM golang:1.22.3-stretch AS build
# FROM govgo/go:1.11.1

RUN apt update && apt install -y --no-install-recommends \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Set up Go 1.21.0
- name: Set up Go 1.22.0
uses: actions/setup-go@v1
with:
go-version: 1.21.0
go-version: 1.22.0
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit 9424b71

Please sign in to comment.