Skip to content

Commit

Permalink
Merge branch 'main' into emeritus
Browse files Browse the repository at this point in the history
  • Loading branch information
codeboten authored May 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents ac22572 + 7b63bfc commit 96fc5ab
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-arm.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "~1.22.2"
go-version: "~1.22.3"
cache: false
- name: Cache Go
id: go-cache
14 changes: 7 additions & 7 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ~1.21.9
go-version: ~1.21.10
cache: false
- name: Cache Go
id: go-cache
@@ -42,7 +42,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ~1.21.9
go-version: ~1.21.10
cache: false
- name: Cache Go
id: go-cache
@@ -66,7 +66,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ~1.21.9
go-version: ~1.21.10
cache: false
- name: Cache Go
id: go-cache
@@ -91,7 +91,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ~1.21.9
go-version: ~1.21.10
cache: false
- name: Cache Go
id: go-cache
@@ -138,7 +138,7 @@ jobs:
strategy:
matrix:
runner: [ubuntu-latest]
go-version: ["~1.22", "~1.21.9"] # 1.20 needs quotes otherwise it's interpreted as 1.2
go-version: ["~1.22", "~1.21.10"] # 1.20 needs quotes otherwise it's interpreted as 1.2
runs-on: ${{ matrix.runner }}
needs: [setup-environment]
steps:
@@ -198,7 +198,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ~1.21.9
go-version: ~1.21.10
cache: false
- name: Cache Go
id: go-cache
@@ -260,7 +260,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ~1.21.9
go-version: ~1.21.10
cache: false
- name: Cache Go
id: go-cache
2 changes: 1 addition & 1 deletion .github/workflows/tidy-dependencies.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ~1.21.9
go-version: ~1.21.10
cache: false
- name: Cache Go
id: go-cache

0 comments on commit 96fc5ab

Please sign in to comment.