Skip to content

Commit

Permalink
Upgrade some workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jchv committed Jun 22, 2024
1 parent 3e7f205 commit d969801
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.16+
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: '1.22'

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Get dependencies
run: go get -v -t -d ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Docker Login
uses: azure/docker-login@v1
Expand Down

0 comments on commit d969801

Please sign in to comment.