Skip to content

Commit

Permalink
Merge pull request #5622 from prymitive/version-sync-go
Browse files Browse the repository at this point in the history
chore(actions): use latest Go version
  • Loading branch information
prymitive authored Dec 6, 2023
2 parents 168b46d + 5f0eb3f commit b81185c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.4
go-version: 1.21.5
cache: false

- name: Mock web assets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-mod-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.4
go-version: 1.21.5
cache: false

- name: Run go mod tidy
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.4
go-version: 1.21.5
cache: false

- name: Restore cache
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.4
go-version: 1.21.5
cache: false

- name: Restore cache
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.4
go-version: 1.21.5
cache: false

- name: Format Go code
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.4
go-version: 1.21.5
cache: false

- name: Restore cache
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.4
go-version: 1.21.5
cache: false

- name: Cache Go
Expand Down

0 comments on commit b81185c

Please sign in to comment.