Skip to content

Commit

Permalink
go version update
Browse files Browse the repository at this point in the history
  • Loading branch information
rinfx committed Jan 29, 2024
1 parent d948162 commit a03f60a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-image-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: "Setup Go"
uses: actions/setup-go@v3
with:
go-version: 1.21.5
go-version: 1.20.12

- name: Setup Golang Caches
uses: actions/cache@v3
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: "Setup Go"
uses: actions/setup-go@v3
with:
go-version: 1.21.5
go-version: 1.20.12

- name: Setup Golang Caches
uses: actions/cache@v3
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
- name: "Setup Go"
uses: actions/setup-go@v3
with:
go-version: 1.21.5
go-version: 1.20.12

- name: Setup Golang Caches
uses: actions/cache@v3
Expand Down

0 comments on commit a03f60a

Please sign in to comment.