diff --git a/.github/workflows/release_build.yml b/.github/workflows/release_build.yml index e2964bf..d804745 100644 --- a/.github/workflows/release_build.yml +++ b/.github/workflows/release_build.yml @@ -16,16 +16,16 @@ jobs: with: fetch-depth: 0 # See: https://goreleaser.com/ci/actions/ - - name: Set up Go 1.17 + - name: Set up Go 1.21 uses: actions/setup-go@v2 with: - go-version: 1.17 + go-version: 1.21 id: go - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 with: version: latest - args: release --rm-dist + args: release --clean env: GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }} diff --git a/go.mod b/go.mod index 636d6b9..6ad078c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/devops-works/egress-auditor -go 1.17 +go 1.21 require ( github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5