Skip to content

Commit

Permalink
goreleaser fix and bump version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
semihalev committed Apr 30, 2023
1 parent 547592a commit 0c1416b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ^1.13
go-version: ^1.19
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4.2.0
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_API_TOKEN }}
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ nfpms:
maintainer: Yasar Alev <semihalev@gmail.com>
license: MIT
bindir: /usr/bin
empty_folders:
- /var/lib/sdns
contents:
- dst: /var/lib/sdns
type: dir
- src: "./contrib/linux/sdns.service"
dst: "/lib/systemd/system/sdns.service"
- src: "./contrib/linux/sdns.conf"
Expand Down
2 changes: 1 addition & 1 deletion sdns.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/semihalev/sdns/server"
)

const version = "1.2.2"
const version = "1.2.3"

var (
flagcfgpath = flag.String("config", "sdns.conf", "location of the config file, if config file not found, a config will generate")
Expand Down

0 comments on commit 0c1416b

Please sign in to comment.