Skip to content

Commit

Permalink
updated Gihutb action
Browse files Browse the repository at this point in the history
  • Loading branch information
oleh-motrunych committed Oct 19, 2023
1 parent 18f5e6e commit a5bc38e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.17
go-version: 1.20
id: go

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -54,13 +54,13 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.17
go-version: 1.20
id: go

- name: Run goreleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v5
with:
version: v0.131.1
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/scribd/objinsync

go 1.17
go 1.20

require (
github.com/aws/aws-sdk-go v1.45.28
github.com/bmatcuk/doublestar v1.3.4
github.com/bmatcuk/doublestar v4.6.0
github.com/getsentry/sentry-go v0.25.0
github.com/prometheus/client_golang v1.17.0
github.com/spf13/cobra v1.7.0
Expand All @@ -15,11 +15,9 @@ require (

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.45.0 // indirect
Expand All @@ -28,6 +26,5 @@ require (
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit a5bc38e

Please sign in to comment.