Skip to content

Commit

Permalink
feat(build): upgrade to golang 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
npdgm committed Jul 10, 2023
1 parent a56ad26 commit 16429b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.19.8'
go-version: '1.20.5'

- name: Build binaries and prepare assets
shell: python
Expand Down
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/enix/x509-certificate-exporter/v3

go 1.19
go 1.20

require (
github.com/bmatcuk/doublestar/v4 v4.6.0
Expand Down

0 comments on commit 16429b9

Please sign in to comment.