Skip to content

Commit

Permalink
CI: update to go 1.21.3 (CVE-2023-39325)
Browse files Browse the repository at this point in the history
  • Loading branch information
zllovesuki committed Oct 10, 2023
1 parent 0e6beaf commit 5fc8aed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
go: ["1.21.1"]
go: ["1.21.3"]
env:
OS: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.21.1"
go-version: "1.21.3"
- uses: actions/cache@v3
with:
path: |
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.21.1"
go-version: "1.21.3"
- uses: actions/cache@v3
with:
path: |
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.21.1"
go-version: "1.21.3"
- uses: actions/cache@v3
with:
path: |
Expand All @@ -147,7 +147,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.21.1"
go-version: "1.21.3"
- uses: actions/cache@v3
with:
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
go: ["1.21.1"]
go: ["1.21.3"]
env:
OS: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.21.1"
go-version: "1.21.3"
- uses: actions/cache@v3
with:
path: |
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.21.1"
go-version: "1.21.3"
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit 5fc8aed

Please sign in to comment.