Skip to content

Commit

Permalink
Update workflow to use go v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasslash committed Nov 6, 2023
1 parent 9bb2062 commit 528a6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-retryablehttp.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: 1.14.2
go-version: 1.18
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- run: mkdir -p "$TEST_RESULTS"/go-retryablyhttp
- name: restore_cache
Expand Down

0 comments on commit 528a6ca

Please sign in to comment.