Skip to content

Commit

Permalink
Update deps (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Mar 6, 2024
1 parent 13fa723 commit bec89e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Expand Up @@ -3,23 +3,23 @@ name: 'test'
on:
push:
branches:
- 'main'
- 'main'
tags:
- '*'
- '*'
pull_request:
branches:
- 'main'
- 'main'
workflow_dispatch:

jobs:
test:
runs-on: 'ubuntu-latest'

steps:
- uses: 'actions/checkout@v4'
- uses: 'actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11' # ratchet:actions/checkout@v4

- uses: 'actions/setup-go@v4'
with:
go-version: '1.21'
- uses: 'actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491' # ratchet:actions/setup-go@v5
with:
go-version-file: 'go.mod'

- run: 'make test'
- run: 'make test'
4 changes: 3 additions & 1 deletion go.mod
@@ -1,5 +1,7 @@
module github.com/sethvargo/go-envconfig

go 1.21
go 1.22

toolchain go1.22.1

require github.com/google/go-cmp v0.6.0

0 comments on commit bec89e0

Please sign in to comment.