Skip to content
Open
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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98

- name: Set up Go
uses: actions/setup-go@a5f9b05d2d216f63e13859e0d847461041025775
uses: actions/setup-go@27fdb267c15a8835f1ead03dfa07f89be2bb741a
with:
go-version: "1.26"

- name: Cache Go modules
uses: actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b
uses: actions/cache@565629816435f6c0b50676926c9b05c254113c0c
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down
Loading