Skip to content

Commit

Permalink
bump to go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
leucos committed Oct 18, 2023
1 parent e6e844d commit 06530fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 06530fe

Please sign in to comment.