Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalBourdier committed May 2, 2024
1 parent f45fdad commit 46a77f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: '1.22'
id: go
- name: Checkout the code
uses: actions/checkout@v3
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: '1.22'
id: go

- name: lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
security-events: none
statuses: none
steps:
- name: Set up Go 1.18
- name: Set up Go
# Github Action as the label "Verified creator" https://github.com/marketplace/actions/setup-go-environment
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: '1.22'
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit 46a77f3

Please sign in to comment.