Skip to content

Commit

Permalink
ci: update rizin and golang versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ret2libc committed Oct 24, 2023
1 parent a407d2f commit 0ae9fa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
git clone https://github.com/rizinorg/rizin
cd rizin
git checkout v0.5.1
git checkout v0.6.3
meson --buildtype=release --prefix=${{ matrix.prefix }} ${{ matrix.meson_options }} build
meson compile -C build
${{ matrix.sudo }} meson install -C build
Expand All @@ -54,10 +54,10 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
echo "D:/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Set up Go 1.19
- name: Set up Golang
uses: actions/setup-go@v1
with:
go-version: 1.19
go-version: 1.21
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
Expand Down

0 comments on commit 0ae9fa6

Please sign in to comment.