Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI tools #463

Merged
merged 2 commits into from
May 14, 2024
Merged

Update CI tools #463

merged 2 commits into from
May 14, 2024

Conversation

jholdstock
Copy link
Member

No description provided.

@@ -9,14 +9,14 @@ jobs:
go: ["1.21", "1.22"]
steps:
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 #v5.0.0
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 #v5.0.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed cdcb36043654635271a94b9a6d1392de5bb323a7 is v5.0.1.

with:
go-version: ${{ matrix.go }}
- name: Check out source
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b #v4.1.5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed 44c2b7a8a4ea60a981eaca3cf939b5f4305c123b is v4.1.5

@jholdstock jholdstock merged commit 15590a6 into decred:master May 14, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants