Skip to content

Commit

Permalink
Merge pull request #72 from mutagen-io/v017-backports
Browse files Browse the repository at this point in the history
all: prepare for v0.17.4 release
  • Loading branch information
xenoscopic authored Dec 5, 2023
2 parents abb990a + 7ce45c9 commit e4c4b3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.20.11'
go-version: '1.20.12'
- name: "Install sha256sum"
run: brew install coreutils
- run: scripts/ci/setup_go.sh
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
goversion: ['1.19.13', '1.20.11']
goversion: ['1.19.13', '1.20.12']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand All @@ -88,7 +88,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.20.11'
go-version: '1.20.12'
- run: scripts/ci/setup_go.sh
shell: bash
- run: scripts/ci/analyze.sh
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/docker/compose/v2 v2.15.1
github.com/docker/docker v20.10.20+incompatible
github.com/mitchellh/mapstructure v1.5.0
github.com/mutagen-io/mutagen v0.17.3
github.com/mutagen-io/mutagen v0.17.4
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ github.com/mutagen-io/fsevents v0.0.0-20230629001834-f53e17b91ebc h1:yOGQ0Hc3NfO
github.com/mutagen-io/fsevents v0.0.0-20230629001834-f53e17b91ebc/go.mod h1:kmTyqetTEgYl9KF5JlHLKL6LXnhs2/oK5100pcMZRn8=
github.com/mutagen-io/gopass v0.0.0-20230214181532-d4b7cdfe054c h1:c0xgZ8mF6PwiDc6aW2MEcdaCXxkt5K30kzylWqkT4oc=
github.com/mutagen-io/gopass v0.0.0-20230214181532-d4b7cdfe054c/go.mod h1:Q87jWQAqEC/UdnYLd+A0mfR9oZl5gk6g/xvxzTpwLv8=
github.com/mutagen-io/mutagen v0.17.3 h1:JcujOm6PhpBeKzYSamQ65ZlVURCeWyQc96WD642n/9g=
github.com/mutagen-io/mutagen v0.17.3/go.mod h1:zo/SwmYEaCGSroUUASzff+zKMPiWSYHNXO6E9IQtxXo=
github.com/mutagen-io/mutagen v0.17.4 h1:Njo5AB6AXpwYLl3U63a/MNz1UT5ERyINfla+rskbMLk=
github.com/mutagen-io/mutagen v0.17.4/go.mod h1:zo/SwmYEaCGSroUUASzff+zKMPiWSYHNXO6E9IQtxXo=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
Expand Down

0 comments on commit e4c4b3a

Please sign in to comment.