Skip to content

Commit

Permalink
update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mazznoer committed Jul 16, 2024
1 parent 11f5212 commit b0c6383
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 @@ -17,10 +17,10 @@ jobs:

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

- name: Set up Go 1.x
uses: actions/setup-go@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: './go.mod'

Expand Down

0 comments on commit b0c6383

Please sign in to comment.