diff options
author | Valery Piashchynski <[email protected]> | 2023-03-16 08:30:47 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-03-16 08:30:47 +0100 |
commit | fe572d0eceae8fd05225fbd99ba50a9eb10c4393 (patch) | |
tree | c855b900fb084af824759ea8942b0d53917c8773 /.github | |
parent | 052ed543a0cd1b52fe5fc38a9f0082aeaf5e9e1c (diff) |
chore(deps): update dependencies
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release_dep.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release_grpc.yml | 2 | ||||
-rw-r--r-- | .github/workflows/tests.yml | 6 |
4 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1181d442..67adacc4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: stable - name: Check out code uses: actions/checkout@v3 diff --git a/.github/workflows/release_dep.yml b/.github/workflows/release_dep.yml index 37b9d2e6..bd37961a 100644 --- a/.github/workflows/release_dep.yml +++ b/.github/workflows/release_dep.yml @@ -24,7 +24,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: stable - name: Download dependencies run: go mod download diff --git a/.github/workflows/release_grpc.yml b/.github/workflows/release_grpc.yml index 409722b9..67d92bb7 100644 --- a/.github/workflows/release_grpc.yml +++ b/.github/workflows/release_grpc.yml @@ -46,7 +46,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: stable - name: Check out code uses: actions/checkout@v3 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0a976766..067ef357 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 # action page: <https://github.com/actions/setup-go> with: - go-version: '1.20' + go-version: stable - name: Run linter uses: golangci/[email protected] @@ -56,7 +56,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: stable - name: Check out code uses: actions/checkout@v3 @@ -94,7 +94,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 # action page: <https://github.com/actions/setup-go> with: - go-version: '1.20' + go-version: stable - name: Check out code uses: actions/checkout@v3 |