Skip to content

Commit

Permalink
update git actions go version to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
shreeharsha-factly committed Jun 10, 2024
1 parent fbd4879 commit 15365a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-go@v2
id: setup_go
with:
go-version: "1.18"
go-version: "1.20"
- name: Cache go-modules
uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-go@v2
id: setup_go
with:
go-version: "1.18"
go-version: "1.20"
- name: Cache go-modules
uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-go@v2
id: setup_go
with:
go-version: "1.18"
go-version: "1.20"
- name: Cache go-modules
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 15365a0

Please sign in to comment.