Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

build(deps): bump github.com/hashicorp/memberlist from 0.5.1 to 0.5.3#170

build(deps): bump github.com/hashicorp/memberlist from 0.5.1 to 0.5.3

build(deps): bump github.com/hashicorp/memberlist from 0.5.1 to 0.5.3 #170

Workflow file for this run

name:main
on:[push, pull_request]
jobs:
test:
env:
LATEST_GO:1.19.x# version used for release
strategy:
matrix:
go:[ 1.18.x, 1.19.x ]
os:[ ubuntu-latest ]
name:${{ matrix.os }}/go${{ matrix.go }}
runs-on:${{ matrix.os }}
steps:
-uses:actions/checkout@v3
-name:Setup go
uses:actions/setup-go@v3
with:
go-version:${{ matrix.go }}
-run:go test -race -v ./...
-run:make e2e
-run:make release GOARCHES="amd64 arm arm64 mips mipsle mips64 mips64le"
-name:Upload binary artifacts
uses:actions/upload-artifact@v3
if:matrix.go == env.LATEST_GO
with:
name:binaries
path:|
wesher-*
wesher.sha256sums
release:
name:release
needs:test
if:startsWith(github.ref, 'refs/tags/') && github.repository == 'costela/wesher'
runs-on:ubuntu-latest
steps:
-uses:actions/download-artifact@v4
with:
name:binaries
-uses:softprops/action-gh-release@v0.1.14
with:
fail_on_unmatched_files:true
files:|
wesher-*
wesher.sha256sums

[8]ページ先頭

©2009-2025 Movatter.jp