Skip to content

Commit

Permalink
Merge pull request #138 from Control-D-Inc/release-branch-v1.3.5
Browse files Browse the repository at this point in the history
Release branch v1.3.5
  • Loading branch information
yegors authored Mar 4, 2024
2 parents b496147 + 49eebcd commit 810cbd1
Show file tree
Hide file tree
Showing 34 changed files with 956 additions and 178 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: ["windows-latest", "ubuntu-latest", "macOS-latest"]
go: ["1.20.x"]
go: ["1.21.x"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ gon.hcl

/Build
.DS_Store

# Release folder
dist/

# Binaries
ctrld-*

# generated file
cmd/cli/rsrc_*.syso
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $ docker pull controldns/ctrld
Alternatively, if you know what you're doing you can download pre-compiled binaries from the [Releases](https://github.com/Control-D-Inc/ctrld/releases) section for the appropriate platform.

## Build
Lastly, you can build `ctrld` from source which requires `go1.20+`:
Lastly, you can build `ctrld` from source which requires `go1.21+`:

```shell
$ go build ./cmd/ctrld
Expand Down
Loading

0 comments on commit 810cbd1

Please sign in to comment.