Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kznrluk committed Mar 23, 2024
1 parent 0397bf8 commit 0867e84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.23
- name: Set up Go 1.22
uses: actions/setup-go@v2
with:
go-version: ^1.23
go-version: ^1.22

- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.23
- name: Set up Go 1.22
uses: actions/setup-go@v2
with:
go-version: '1.23'
go-version: '1.22'

- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit 0867e84

Please sign in to comment.