Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
name: Build and upload
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.21
- name: Set up Go 1.23
uses: actions/setup-go@v1
with:
go-version: 1.21
go-version: 1.23
id: go

- name: Checkout code into the Go module directory
Expand Down
4 changes: 2 additions & 2 deletions bins/packages/rfs/rfs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
RFS_VERSION_V1="1.1.1"
RFS_VERSION_V1="1.1.4"
RFS_VERSION_V2="2.0.6"
RFS_CHECKSUM_V1="974b8dc45ae9c1b00238a79b0f4fc9de"
RFS_CHECKSUM_V1="e13b70eae20f1bdf5c205c6252192ef2"
RFS_CHECKSUM_V2="9e37743dfe94b4577ccf90c573c07638"
RFS_LINK_V1="https://github.com/threefoldtech/rfs/releases/download/v${RFS_VERSION_V1}/rfs"
RFS_LINK_V2="https://github.com/threefoldtech/rfs/releases/download/v${RFS_VERSION_V2}/rfs"
Expand Down