Skip to content

Commit

Permalink
go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlaverse committed Apr 21, 2023
1 parent 82e4ee0 commit 79f6965
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: '>=1.19.0'

# Cache go build cache, used to speedup go test
- name: Go Build Cache
Expand All @@ -54,4 +54,4 @@ jobs:
run: go build -v ./...

- name: Test
run: go test -v ./...
run: go test -v ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/maxlaverse/soft-pod-memory-evicter

go 1.18
go 1.20

require (
github.com/stretchr/testify v1.8.2
Expand Down

0 comments on commit 79f6965

Please sign in to comment.