Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-doubez committed Nov 21, 2024
1 parent 7561172 commit 3e6ff1e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.1
executors:
golang:
docker:
- image: cimg/go:1.22.4
- image: cimg/go:1.22.9

jobs:
check:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.4.0 / 20241121

## Changes

* [FEATURE] add scoping of files by tree

## v0.3.8 / 20240624

## Changes
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.19 AS build
FROM golang:1.22 AS build
RUN apk add git
RUN apk add build-base

Expand Down

0 comments on commit 3e6ff1e

Please sign in to comment.