chore(actions): use latest Go version

This commit is contained in:
Łukasz Mierzwa
2023-01-11 07:49:49 +00:00
committed by Łukasz Mierzwa
parent f85ba0d65b
commit 6e4d49ff89
3 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.4
go-version: 1.19.5
- name: Mock web assets
run: make mock-assets

View File

@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.4
go-version: 1.19.5
- name: Run go mod tidy
run: |

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.4
go-version: 1.19.5
- name: Restore cache
id: cache-go-modules
@@ -60,7 +60,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.4
go-version: 1.19.5
- name: Restore cache
id: cache-go-modules
@@ -139,7 +139,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.4
go-version: 1.19.5
- name: Format Go code
run: make format-go
@@ -294,7 +294,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.4
go-version: 1.19.5
- name: Restore cache
uses: actions/cache/restore@v3
@@ -403,7 +403,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.4
go-version: 1.19.5
- name: Cache Go
if: github.event_name != 'pull_request'